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 happens if we shrink log file in sql server?
Give the query of getting last two records from the table in SQL SERVER?
what are cursors? : Sql server database administration
Explain the categories of stored procedure?
Distinguish between commit and rollback?
Explain transaction server distributed transaction?
What is ms sql server reporting services?
Can we check locks in database? If so, how can we do this lock check?
What is the syntax for encrypting a column in SQL Server?
tell me what is blocking and how would you troubleshoot it? : Sql server database administration
What is an sql server agent?
What is delete query?
Is t sql the same as sql server?
List down some advantages of sql stored procedure?
How can I know what locks are running on which resource?