If i insert record in table A and these record should update in table B by using Trigger.How to achieve this.
4 10716Maximum how many triggers can we use in trigger and How to find out how many records it fetched.
TCS,
1 3419Write the sql query using dual table for below output? 1 L R --- --- ---- 1 1 1 1 2 1 1 3 1 1 1 2 1 2 2 1 3 2 1 1 3 1 2 3 1 3 3 Write a query using only Dual table with out writing any pl/sql program.
3 10534
how many values can the set function of mysql take? : Sql dba
What is sequence in sql?
Which is faster view or stored procedure?
what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba
What is the purpose of the partition table?
What is the benefit of foreign key?
what are the limitations of identity column? : Transact sql
What is set serveroutput on in pl sql?
What do you understand by pl/sql records?
What is mdf ldf and ndf?
Why truncate is used in sql?
How do I remove all records from a table?
What is left join example?
Can you inner join the same table?
Why we use cross join?