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 2
NULL 3 4
NULL 5 6
7 NULL NULL
O/P
C
=
2
4
6
Answer Posted / ravi gali
select c from tablename
where c IS NOT NULL;
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Can we create trigger on materialized view in oracle?
What is an oracle table?
How to create a temporary table in oracle?
Explain cascading triggers.
Can you create a synonym without having a table?
How oracle handles dead locks?
What is primefaces used for?
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
Oracle
How to resolve the ORA-39133 error in Oracle?
Can we store pictures in the database and if so, how it can be done?
How to open a cursor variable?
What is the parameter mode that can be passed to a procedure?
What is oracle in java?
Explain about integrity constraint?