What are the return values of functions SQLCODE and SQLERRM ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / pervez
Hi Tulsi,
Sqlerrm returns error number as well as error message of
last error occured.
Is This Answer Correct ? | 4 Yes | 2 No |
how can you create an empty table from an existing table? : Sql dba
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
Can we join tables without foreign key?
Main diff between varray and nested tablea
what is variable in package specification
What is embedded sql with example?
SELECT flavor, SUM (ice_cream_sales) FROM sales_detail GROUP BY flavor ORDER BY 2 DESC If the "sales_detail" table contains ten records with different values in the flavor column (two "vanilla," three "chocolate," four "strawberry," and one NULL), how many rows are returned by the sample code above? 1. 0 rows 2. 1 row 3. 3 rows 4. 4 rows 5. 10 rows
What view means?
What is scope and visibility in PL/SQL?
Define sql delete statement.
can i use global variables in stored procedure or function
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints