====== SQL - INSERT ====== ===== Insert data into a table ===== INSERT INTO Students(rollno, fname, lname) VALUES (1234, 'John', 'Smith');