What is Raise_application_error ?
Answer / tulsi
Raise_application_error is a procedure of package
DBMS_STANDARD which allows to issue an user_defined error
messages from stored sub-program or database trigger.
Is This Answer Correct ? | 5 Yes | 1 No |
How do I tune a sql query?
Is left join and outer join same?
Can a commit statement be executed as part of a trigger?
Does SQL*Plus contains pl/sql Engine?
Can a table contain multiple primary key’s?
How to create an array in pl/sql?
What is data modelling in sql?
How many sql statements are used? Define them.
Can we create table in function?
how to rename an existing table in mysql? : Sql dba
how to delete an existing column in a table? : Sql dba
Why do we use joins?