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
How to generate create function script on an existing function?
Please illustrate physical database architecture? : SQL Server Architecture
What do you mean by sql server 2005 express management tools?
What is delete query?
What are the different sql server versions?
What is the difference between a local and a global temporary table?
Can coalesce return null?
Can you name a few encryption mechanisms in sql server?
How to configure and test odbc dsn settings?
Give me any three differences between Truncate and Delete.
What is a fill factor?
What are the different types of collation sensitivity?
How do you create an execution plan?
Why use cursor in sql server?
what is a deadlock? : Sql server database administration