sql:insert
SQL - INSERT
Insert data into a table
INSERT INTO Students(rollno, fname, lname) VALUES (1234, 'John', 'Smith');
sql/insert.txt · Last modified: 2022/07/08 08:53 by 185.92.25.28
INSERT INTO Students(rollno, fname, lname) VALUES (1234, 'John', 'Smith');