If i insert record in table A and these record should update in table B by using Trigger.How to achieve this.
4 10533Maximum how many triggers can we use in trigger and How to find out how many records it fetched.
TCS,
1 3355Write 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 10374
What is duration in sql profiler trace?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
Is sql difficult?
Explian rowid, rownum?
How do you update a value in sql?
Can we use two order by clause in query?
What is the difference between python and sql?
what is a table in a database ? : Sql dba
How do you write a complex sql query?
what are dynamic queries in t-sql? : Transact sql
What is pl sql variable?
What is multiple partition?
What is schema in sql example?
What is the difference between instead of trigger and after trigger?
What is normalisation and its types?