what is the order of pre-defined exceptions.

Answer Posted / avi007

order of preddfined exceptions is to first catch the
exception in begin end; block

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of primary key?

535


Can cursors be part of a trigger body?

1114


Is sqlite good enough for production?

531


What is sql character function?

539


What is trigger in sql? Explain

535






How subquery works in sql?

541


What will you get by the cursor attribute sql%notfound?

590


Can we use ddl statements in stored procedure?

696


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

1724


Can we use joins in subquery?

531


What are string functions in sql?

676


How to convert comma separated string to array in pl/sql?

598


What is the default isolation level in sql server? : Transact sql

564


What is a variable in sql?

511


Which is better join or subquery?

604