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
What is data compression?
Explain about extended stored procedure?
How to get nth highest salary from employee table.
How can you fetch alternate records from a table?
what is the information that can be stored inside a bit column? : Sql server database administration
Can we use where clause in union?
How display code or Text of Stored Procedure using Sql query in Sql Server ?
What is difference between aggregate and analytic function?
What are the advantages of mirroring?
Issues related in upgrading SQL Server 2000 to 2005 / 2008
What are the different sql server versions?
What is a dbms wizard?
List some major differences between triggers and stored procedures?
What do you understand by user-defined function in the sql server?
What are three major types of constraints?