What are the two types of exceptions.
Answer / Dharmandra Datt Yadav
1. Expected exceptions: These are user-defined exceptions that are expected to occur during execution, and their handling is specified using a BEGIN-EXCEPTION block or a RAISE statement. 2. Unexpected exceptions: These are unanticipated errors that are not part of the program's normal flow, and they can cause the entire PL/SQL block to terminate abruptly.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to fetch the rows by dynamicaly passing table name through cursor?
How to maintain the history of code changes of pl/sql?
What are the pre requisites?
How will you delete a particular row from a Table?
what does it mean to have quoted_identifier on? : Sql dba
declare l1 number := null; l2 number :=null; begin if l1=l2 then message('equal'); else if l1<>l2 then message('not equal'); else message('else'); end if; end if; end; What will be the output ?
how to remove records from table? no name 1 a 2 b 1 a 2 b 3 c
What is the difference between the sql*loader and import utilities? : aql loader
what are enums used for in mysql? : Sql dba
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
Is sql between inclusive?
why we use nocopy?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)