you are sorting a table using "order by"(descending) clause of
a column which contains a null value...whether that row
containing null value will come first or last in the output??
Answer Posted / vignesh lakshmirajan
The column contains null value will come first.. COz oracle consider the null value as larger value in this case....
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
How to create tables for odbc connection testing?
What is enter substitution variable in oracle?
What do you understand by database schema and what does it hold?
What are the different pseudo commands? Explain in general?
how to handle exceptions in post production
What is connection pool in oracle?
How do I start tns listener?
Design database draw er diagram for a certain scenario ?
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?
What is control file used for?
what are bitmap indexes? How does they work?
How do I connect to oracle?
Which is better Oracle or MS SQL? Why?
What is oracle used for?
How to use subqueries in the from clause in oracle?