INSERT INTO users (id, name, email, email_verified_at, password, is_active, created_at, updated_at) VALUES (1, 'Dr. Principal', 'principal@schoolerp.com', NOW(), '$2y ...
TRUNCATE TABLE employee; --its delete all the data of table but can't reset series if any TRUNCATE TABLE employee RESTART IDENTITY; --for restart the series of employee id after delete data ...
SQL is a programming language used for interrogating a database.