If i insert record in table A and these record should update in table B by using Trigger.How to achieve this.
4 9927Maximum how many triggers can we use in trigger and How to find out how many records it fetched.
TCS,
1 3068Write 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 9885
How to select all records from the table?
Can a composite key be null?
How do I debug a stored procedure?
What is %rowtype in pl sql?
What is the use of sql trace?
Explain how exception handling is done in advance pl/sql?
how many sql ddl commands are supported by 'mysql'? : Sql dba
What is sql scripting?
How does sql store data?
What are the different dcl commands in sql?
Who is the owner of mysql database?
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
Why indexing is needed?
What is cursor explain with example?
what are the advantages and disadvantages of views in a database? : Sql dba