Explain oracle data types with examples?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between post-database commit and post-form commit?
How do I know if oracle is installed on windows?
What is a relational database management system?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
What are the limitations of check constraint?
Does rowid change in oracle?
How to start instance with a minimal initialization parameter file?
How to use "out" parameter properly?
What is the sid in oracle?
How to view the data files in the current database?
How do I connect to oracle database?
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