SQL (Structured Query Language) Question:
Download Questions PDF

The INSERT INTO Statements:

Answer:

INSERT INTO table_name VALUES (value1, value2,....)
INSERT INTO table_name (column1, column2,...) VALUES (value1, value2,....)

Download SQL Interview Questions And Answers PDF

Previous QuestionNext Question
SELECT statements:The Delete Statements: