adspace


What is insert command in sql?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

how to start mysql server? : Sql dba

1267


Can we rollback truncate?

1074


Can delete statement be rollbacked?

1054


what is dbms? : Sql dba

1061


how to escape special characters in sql statements? : Sql dba

1114


what are aggregate and scalar functions? : Sql dba

1129


how to use regular expression in pattern match conditions? : Sql dba

1113


Does group by remove duplicates?

1112


What is the current version of sql?

1094


How do I remove duplicates in two columns?

1187


Is inner join faster than left join?

1277


Do we need to rebuild index after truncate?

1138


Can we use distinct and group by together?

1133


what is sql server agent? : Sql dba

1182


If a cursor is open, how can we find in a pl/sql block?

1238