What is insert command in sql?



What is insert command in sql?..

Answer / Raj Bhupan Pandey

The INSERT command in SQL is used to add new records to a table. Example: INSERT INTO table_name (column1, column2) VALUES ('value1', 'value2');

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is dml and ddl?

1 Answers  


how will i became good database developer?

1 Answers  


What is transaction control language (tcl)?

1 Answers  


What information is needed to connect sql*plus an oracle server?

1 Answers  


if a string is there like s1,s2,s3,s4.How to find count of commas in this.

4 Answers  


How to write a procedure for displying the data in a TREE or (PARENT and CHILD ) relationship , for ex: A is the main project id, for this project B,C,D are sub tasks(sub project id's) for B the sub tasks are e,f,g and for c is h ,i ,j and for d is k,l,m now i need to display the o/p in a TREE fashion pls help me , thanks in advance surendra

2 Answers   Zensar,


define join and explain different type of joins? : Sql dba

1 Answers  


how to select first 5 records from a table? : Sql dba

1 Answers  


If I have a table T with 4 rows & 2 columns A & B. A has values 1,2,3,4. and B has 10,20,30,40. Write an Update SQL query which can Swap the values of A & B for all records. (Do not use a sub-query)

5 Answers  


What is right join in sql?

1 Answers  


Can you upgrade sql express to full sql?

1 Answers  


When should I use nosql database?

1 Answers  


Categories