Home Answers Viewqa SQL The INSERT INTO Statements in SQL?

 
 


hemant kumar
The INSERT INTO Statements in SQL?
1 Answer(s)      2 years and 6 months ago
Posted in : SQL

The INSERT INTO Statements in SQL?

View Answers

November 19, 2010 at 4:37 PM


Hi,

The INSERT INTO statement is used to insert a new row or multiple rows into a table.

SQL INSERT INTO Syntax

INSERT INTO table_name VALUES (value1, value2, value3,...)

Thanks,









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.