how to insert the values in 5 table at a time Using any
single statement ?
Answer Posted / sitakanta rath
Sql Server does not support this. In sql server 2000 n 2005
we cant insert values in multiple tables at a single time.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
You want to implement the one-to-one relationship while designing tables. How would you do it?
We need to perform what steps in the following order to work with a cursor?
Explain important index characteristics?
How will you optimize a stored procedure optimization?
What are filegroups in sql server?
How to connect php with different port numbers?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
What is the latest version of microsoft sql server?
Can we use trigger new in before insert?
How to write a query with an inner join in ms sql server?
Explain in brief how sql server enhances scalability of the database system?
What is a primary index?
What are the High-Availability solutions in SQL Server and differentiate them briefly?
How to implement service broker?
Why variables called the most powerful component of ssis?