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
How to display a past time in days, hours and minutes?
How many levels of sp nesting are possible?
How is table type constraint applied to a table?
Indexes are updated automatically is the full-text index also updated automatically?
Explain what are page splits? : SQL Server Architecture
What are the pre-defined functions in the sql server?
Define tool Manage Statistics in SQL Server 2000 query ?
Explain primary key and foreign key constraints?
How to edit table in sql server 2017?
What is the difference between the export /import functions in sql studio and standalone sql manager? : sql server management studio
Explain the concepts and capabilities of sql server?
You have to store user responses of ‘yes’ and ‘no’ what kind of data type is best suited for this task?
What is the difference between a view and a stored procedure?
What is nolock hint in sql server 2008
What to perform pattern match with the like operator?