Question

Sorting on multiple columns in Oracle SQL script involves which of the following?
a) Placing the fields in order in which they should be sorted in Order by command
b) Placing keyword desc at the end of Order by command for Z->A sort or leaving it blank for ascending sort
c) Listing all the fields that need to be shown in Select command
d) All of the above

Answer

This answer is hidden. It contains 1 characters.