SQLERRM is a
a. Constraint
b. Pre Defined Exception
c. Pseduocolumn
d. Constant
e. None of Above.
Answers were Sorted based on User's Feedback
Answer / unknown
Pre Defined Exception .
It works with exception handling section.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / tanoy guhasarkar
SQLERRM is The error Message Provided By Oracle..
When Amy Oracle Error Occurs,The Error No Can Detested By
SQLCODE and Error Message By SQLERRM.
So b is not the appropriate answer.
e should be the one..
| Is This Answer Correct ? | 3 Yes | 0 No |
Can you create a synonym without having a table?
what are different types of locks?
What is snapshot is too old? Give and example for better understand.
I have table-A(1,2,3,4,4,5,6,6,6,7). how to get all duplicate values?what is sql query?
how to genarate random numbers in oracle for particular row?
Difference between varchar and varchar2 data types?
What is the difference between Delete, Truncate and Drop in Oracle?
How to delete a column in an existing table?
What is Public Database Link ?
What is difference between Rename and Alias?
State some uses of redo log files?
what is the syntax of ALTER command?