Wednesday, July 25, 2018

SQL Query

1. Insert multiple rows into a database table.
INSERT INTO department (dep_id, dept_name) VALUES (4,'PME'), (5,'PST'), (6, 'ECE');

2.

No comments:

Post a Comment