InterviewSolution
Saved Bookmarks
| 1. |
Which of the following Oracle SQL statements is not correct?1). SELECT *FROM CustomersORDER BY Country ASC, DESC CustomerName;2). SELECT *FROM CustomersORDER BY Country ASC, CustomerName DESC;3). SELECT *FROM CustomersORDER BY Country;4). SELECT *FROM CustomersORDER BY Country DESC; |
| Answer» | |