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 happens if an integer is too big for int date type?

0 Answers  


What is built-in/administrator?

0 Answers  


What's the maximum size of a row?

4 Answers   IBM,


What happens when converting big values to integers?

0 Answers  


What is attribute? : sql server analysis services, ssas

0 Answers  






Are connections to sql server encrypted?

0 Answers  


Write a Select Query to display title for each group of records, which are collected with Compute Clause? Like titlefield column-A column-B ..... ..... ..... Sum ... titlefield column-A column-B ..... ..... ..... Sum ...

0 Answers   Crown Solutions,


How to loop through result set objects using odbc_fetch_row()?

0 Answers  


How to use union to merge outputs from two queries together in ms sql server?

0 Answers  


Describe how to use the linked server?

0 Answers  


Why we are using the sql language?. What is the purpose of using this?

2 Answers  


How to store pdf file in sql server?

1 Answers   CarrizalSoft Technologies, College School Exams Tests, TATA,


Categories