What are the return values of functions SQLCODE and SQLERRM ?
Answer Posted / tulsi
SQLCODE returns the latest code of the error that has
occured.
SQLERRM returns the relevant error message of the SQLCODE.
Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
How many columns should be in an index?
What are the datatypes available in pl/sql ?
what are null values? : Sql dba
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
how can we destroy the session, how can we unset the variable of a session? : Sql dba
What are %type and %rowtype for?
What are the differences between implicit and explicit cursors?
What is sql and db2?
What is compute?
What is an index? What are the types of indexes? How many clustered indexes can be created on a table?
how to convert dates to character strings? : Sql dba
Is sql a case sensitive language?
what is the difference between inner and outer join? Explain with example. : Sql dba
What is the difference between join and natural join?
What is a sql statement?