INSERT command in MYSQL

Published: 10 May 2024
on channel: Tech Gyan AI
77
3

‪@tech_gyans‬
mysql insert command
how to insert record in mysql
how to insert multiple records in mysql
mysql insert command
Learn SQL with AI
Learn SQL with artificial intelligence
Mysql with chatgpt

INSERT INTO employees (employee_id, first_name, last_name, department, salary)
VALUES (1, 'John', 'Doe', 'Marketing', 50000.00);


INSERT INTO employees (employee_id, first_name, last_name, department, salary)
VALUES
(1, 'John', 'Doe', 'Marketing', 50000.00),
(2, 'Jane', 'Smith', 'Sales', 60000.00);


On this page of the site you can watch the video online INSERT command in MYSQL with a duration of hours minute second in good quality, which was uploaded by the user Tech Gyan AI 10 May 2024, share the link with friends and acquaintances, this video has already been watched 77 times on youtube and it was liked by 3 viewers. Enjoy your viewing!