Answer Posted / jayesh
yes u can use user define exeption in packages.check out
the sample in tech or google.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
give the syntax of grant and revoke commands? : Sql dba
How many types of keys are there in sql?
Can 2 queries be executed simultaneously in a distributed database system?
What is trigger point?
Does truncate require commit?
What is union, minus and interact commands?
Can you join a table to itself?
What are primary key and foreign key and how they work?
What is file based approach?
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
how can we take a backup of a mysql table and how can we restore it. ? : Sql dba
How do you remove duplicates without using distinct in sql?
Why do we use sql constraints?
What is multiple columns?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)