how to insert the values in 5 table at a time with triggers .
if u have any solution then co-operate me ?
Answer Posted / raj
write a trigger with 5 insert stmnt in it.
like insert into table1 values();
insert into table2 values();
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to name query output columns in ms sql server?
What are temporal tables in sql server 2016?
Explain different types of locks in sql server.
How will you optimize a stored procedure optimization?
Does index speed up select statements?
How do I get to sql server configuration manager?
What the different components of Replication and what is their use?
What is replication with database mirroring? : sql server database administration
What kind of problems occurs if we do not implement proper locking strategy?
What is subquery? Explain the properties of a subquery?
Do you know the isolation level that sql server support?
What are statistics?
What sql server means?
Where actually sql azure database is hosted?
How to find the version of sql server? : sql server database administration