If i insert record in table A and these record should update in table B by using Trigger.How to achieve this.
4 10879Maximum how many triggers can we use in trigger and How to find out how many records it fetched.
TCS,
1 3492Write 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 10666
How do I tune a sql query?
What does plv msg allows you to do?
Difference between truncate, delete and drop commands?
Explain autonomous transaction.
What are the two characteristics of a primary key?
Can a procedure in a package be overloaded?
What is varchar data type in sql?
What is the use of count (*) in sql?
Which join condition can be specified using on clause?
how can we destroy the session, how can we unset the variable of a session? : Sql dba
What is auto increment in sql?
Can we use ddl statements in stored procedure?
What is sharding in sql?
what is a stored procedure? : Sql dba
Define the select into statement.