Do you understand the meaning of exception handling?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Yes, exception handling in PL/SQL is the process of handling errors or exceptional conditions that may occur during program execution. It allows you to gracefully handle errors by specifying actions to take when a particular exception occurs, such as logging the error, rolling back transactions, or raising custom exceptions.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Yes, exception handling in PL/SQL is the process of handling errors or exceptional conditions that may occur during program execution. It allows you to gracefully handle errors by specifying actions to take when a particular exception occurs, such as logging the error, rolling back transactions, or raising custom exceptions.
Is This Answer Correct ? | 0 Yes | 0 No |
Yes, exception handling in PL/SQL is the process of handling errors or exceptional conditions that may occur during program execution. It allows you to gracefully handle errors by specifying actions to take when a particular exception occurs, such as logging the error, rolling back transactions, or raising custom exceptions.
Is This Answer Correct ? | 0 Yes | 0 No |
Difference between aggregate function and analytical function?
what is hash join
Question: Below is the table city gender name delhi male a delhi female b mumbai male c mumbai female d delhi male e I want the o/p as follows: male female delhi 2 1 mumbai 1 1 Please help me in writing the query that can yield the o/p mentioned above?
What is a join query?
What is the use of <> sql?
what is a scheduled jobs or what is a scheduled tasks? : Sql dba
How to get list of all tables from a database?
In a package if we have 10 procedures or functions,How to know which will execute first?
display records from 5 to 9 using rowid or rownum
What are operators available in sql?
What is diff between bulk collect and forall
What is record type in pl sql?