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 pl sql block structure?
Can you call pl/sql package functions from within a fast formula?
What is the main reason behind using an index?
how to delete duplicate rows from a join tables(I have three tables on that join) how do you know which join is need to be used? The select statement I have is: SELECT gc_skill_type.skill_type, gc_area_tec.area, gc_technology.technology, gc_technology.id_technology, gc_area_tec.id_area_tec FROM gc_skill_type, gc_area_tec, gc_technology WHERE gc_area_tec.id_skill_type (+) = gc_skill_type.id_skill_type AND gc_technology.id_area_tec (+) = gc_area_tec.id_area_tec order by gc_skill_type.skill_type asc, gc_area_tec.area asc, gc_technology.technology asc
What are inbuilt functions in sql?
What is the difference between inner join and natural join?
how to calculate expressions with sql statements? : Sql dba
Explain clause in sql?
What is sql architecture?
Which is faster subquery or join?
Which version of sql do I have?
Is sql harder than python?
Are dml statements autocommit?
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
explain access control lists. : Sql dba