adspace
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
how to start mysql server? : Sql dba
Can we rollback truncate?
Can delete statement be rollbacked?
what is dbms? : Sql dba
how to escape special characters in sql statements? : Sql dba
what are aggregate and scalar functions? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
Does group by remove duplicates?
What is the current version of sql?
How do I remove duplicates in two columns?
Is inner join faster than left join?
Do we need to rebuild index after truncate?
Can we use distinct and group by together?
what is sql server agent? : Sql dba
If a cursor is open, how can we find in a pl/sql block?