Give me some examples of predefined exceptions.
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Predefined exceptions in PL/SQL include:
• NO_DATA_FOUND: Raised when a SELECT statement returns no rows.
• TOO_MANY_ROWS: Raised when a SELECT INTO statement retrieves multiple rows.
• DUP_VAL_ON_INDEX: Raised when attempting to insert a duplicate value into a specific index.
• ZERO_DIVIDE: Raised when dividing by zero.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Predefined exceptions in PL/SQL include:
• NO_DATA_FOUND: Raised when a SELECT statement returns no rows.
• TOO_MANY_ROWS: Raised when a SELECT INTO statement retrieves multiple rows.
• DUP_VAL_ON_INDEX: Raised when attempting to insert a duplicate value into a specific index.
• ZERO_DIVIDE: Raised when dividing by zero.
Is This Answer Correct ? | 0 Yes | 0 No |
Predefined exceptions in PL/SQL include:
• NO_DATA_FOUND: Raised when a SELECT statement returns no rows.
• TOO_MANY_ROWS: Raised when a SELECT INTO statement retrieves multiple rows.
• DUP_VAL_ON_INDEX: Raised when attempting to insert a duplicate value into a specific index.
• ZERO_DIVIDE: Raised when dividing by zero.
Is This Answer Correct ? | 0 Yes | 0 No |
What are the constraints available in sql?
What is trigger in pl sql?
2. Select A.A from ( select 1 as from dual Union select 1 as from dual)A Full outer join ( select 1 B from dual Union select 2 B from dual)B On A.A=B.B
What is the difference between jpql and sql?
Can sql function call stored procedure?
What is pl sql architecture?
What is mutating error?
Define commit?
write a query to delete similar records in same table
difference between pl/sql table and normal pl/sql table
What is ttitle and btitle?
Why do we use set serveroutput on?