What is a trigger in pl/sql?
Answer / kiran r
A Trigger is block of PLSQL Code which is automatically Executed with response to some events (i.e.., DML).
Is This Answer Correct ? | 0 Yes | 0 No |
How do I find duplicates in sql?
take one table is t1 and in that column name is f1 f1 column values are 200 5000 3000 7000 300 600 100 400 800 400 i want display the values asc and desc in a single output. sample output is f1.a 100 200 300 400 500 600 etc...... and f1.d is 5000 4000 3000 2000 1000 etc...
What is the purpose of cursors in pl/sql?
What is Difference between StoredProcedure and function?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
What are the types of records?
what is bcp? When does it used? : Sql dba
what is a database transaction? : Sql dba
Talk about views
What is the difference between the repeatable read and serializable isolation levels? : Transact sql
What is online transaction processing (oltp)?
What are the types of operators available in sql?