how to insert the values in 5 table at a time with triggers .
if u have any solution then co-operate me ?



how to insert the values in 5 table at a time with triggers . if u have any solution then co-opera..

Answer / 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

More SQL Server Interview Questions

What is store procedure?

0 Answers  


What is thr feature of change data capture?

0 Answers  


What is meant by referential integrity?

0 Answers   Blue Star,


Explain syntax for dropping triggers?

0 Answers  


what is the system function to get the current user's user id? : Sql server database administration

0 Answers  






How to select nth record from a table?

13 Answers   DELL, Microsoft, Ramco,


WHICH INDEX IS FAST CLUSTER AND NON CLUSTER INDEX

4 Answers   CarrizalSoft Technologies, L&T,


What command do we use to rename a database?

0 Answers  


What is the difference between seek predicate and predicate?

0 Answers  


What are the different types of cursor?

0 Answers   HCL,


How do you clear a log file?

0 Answers  


what is denormalization? : Sql server database administration

0 Answers  


Categories