what is the difference between implicit and explicit trigger
Answer Posted / gaurav gupta
However,queries that return more than one row you must
declare an explicit cursor or use a cursor FOR loop.
Explicit cursor is a cursor in which the cursor name is
explicitly assigned to a SELECT statement via the
CURSOR...IS statement.
An implicit cursor is used for all SQL statements Declare,
Open, Fetch, Close. An explicit cursors are used to process
multirow SELECT statements An implicit cursor is used to
process INSERT, UPDATE, DELETE and single row SELECT. .INTO
statements.
| Is This Answer Correct ? | 3 Yes | 14 No |
Post New Answer View All Answers
What is column?
What are hotfixes and patches?
What are the operators in sql?
What are sql triggers used for?
Table 1: col1 Timestamp ---------------- 01-mar-2012 11:12:46 Table 2: col2 Timestamp -------------------- 01-mar-2012 11:12:10 01-mar-2012 11:11:23 Write a query to display a row with table2 col2 value less than tabl1 col1 value. Maximum timestamp value previous to table1 col1 value. Display a result as: Col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
Is keyword pl sql?
What is not in sql?
What is nosql example?
What operating systems are supported by oracle sql developer?
What is the use of <> sql?
What is pl sql quora?
Is sql considered coding?
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
What is sql*plus?
what is 'mysqlshow'? : Sql dba