Do you understand the meaning of exception handling?

Answers were Sorted based on User's Feedback



Do you understand the meaning of exception handling?..

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

Do you understand the meaning of exception handling?..

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

Do you understand the meaning of exception handling?..

Answer / hr@tgksolutions.com

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

Post New Answer

More SQL PLSQL Interview Questions

Difference between aggregate function and analytical function?

3 Answers   Metric Stream,


what is hash join

1 Answers   NCR,


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?

2 Answers  


What is a join query?

0 Answers  


What is the use of <> sql?

0 Answers  






what is a scheduled jobs or what is a scheduled tasks? : Sql dba

0 Answers  


How to get list of all tables from a database?

0 Answers  


In a package if we have 10 procedures or functions,How to know which will execute first?

1 Answers   Sollet Soft,


display records from 5 to 9 using rowid or rownum

5 Answers   Agile Software,


What are operators available in sql?

0 Answers  


What is diff between bulk collect and forall

3 Answers   Metric Stream,


What is record type in pl sql?

0 Answers  


Categories