Answer Posted / rajadurai r
There are 20 pre-defined exceptions.
When an exception is raised,normal execution of your PL/SQL
block or subprograms stops and control transfers to its
exception-handling part.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a temporal table?
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
What is natural join in sql?
Define tables and fields in a database
What is parameter substitution in sql?
What are stored procedures used for?
What can I use instead of union in sql?
what are the advantages and disadvantages of views in a database? : Sql dba
What is the sql query to display the current date?
What is trigger in pl sql with examples?
Why do we use joins in sql?
How to rename a column in the output of sql query?
What does count (*) mean?
What is a subquery in sql?
Can we connect to postgresql using sql developer?