Answer Posted / gajanan.waghode
INSERT INTO table[(cloumn [,cloumn...])]
VALUES (value[,value...]);
with this syntax only one row is inserted at a time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What number aggregate functions are accessible there in sql?
Tell me what is a linked server?
Is it true that rules do not apply to data already existing in a database at the time the rule is created?
Tell me time data type, datetime2, datetimeoffset data type in sql server 2008?
What is 2nf normalization?
Does partitioning improve performance sql server?
You notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it?
How can you transfer data from a text file to a database table? Or how can you export data from a table to a comma delimited (csv) file? Or how can you import data from ms access to a table in a database? Or how can you export data from a table to an excel file?
How to change the data type of an existing column with "alter table" statements in ms sql server?
What is the dbcc command and why is it used?
where can you add custom error messages to sql server? : Sql server administration
What is the difference RDBMS and Graph Database?
How can I check that whether automatic statistic update is enabled or not?
Explain try...catch with sql server?
What are relationships and mention different types of relationships in the dbms