What are the oracle differences between nvl and coalesce
No Answer is Posted For this Question
Be the First to Post Answer
What is SYSTEM tablespace and When is it Created?
how to find the n'th highest salary from emp ?
5. Display full details for the creditor/s who has received the single largest payment. Do not use a table join or set operator anywhere in your query.
What are the roles of dba?
What is difference between UNIQUE constraint and PRIMARY KEY constraint ?
The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ---------- 1 NULL 7 2 4 NULL NULL 5 NULL 3 NULL NULL
What is redo log?
There is a big table with "n" of rows and 40 + columns .It doesn't have primary key.How do you select the primary key. In other words how do you get the duplicate records.
How to define an explicit cursor in oracle?
What is the diff between Oracle and SQL Server
How to loop through a cursor variable?
what is difference between foreign key and reference key