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 is stored procedures?
What is the report builder?
Is a primary key unique?
What is the difference between left and right outer join?
How to convert numeric values to integers in ms sql server?
Which event (check constraints, foreign key, rule, trigger, primary key check) will be performed last for an integrity check?
What is a benefit of using an after insert trigger over using a before insert trigger?
When cursors are useful?
Can binary strings be converted into numeric or float data types?
I have all the primary data files, secondary data files as well as logs. Now, tell me can I still restore the database without having a full backup? : sql server database administration
How to execute function in stored procedure sql server?
What is isnull() operator?
What do you mean by an execution plan? Why is it used?
How do I view a stored procedure in sql server query?
What is the maximum length of an alert name?