P Pre Langsql Cssfilehk1style Select From Instructor Order By #257
</p> <pre><code class="language-sql"> Select * from instructor order by salary ____, name ___;</code></pre> <p>To display the salary from greater to smaller and name in ascending order which of the following options should be used?
This multiple choice question (MCQ) is related to the book/course gs gs117 Database Management System. It can also be found in gs gs117 SQL: Queries, Constraints and Triggers - Basic SQL Operations - Quiz No.1.
Select * from instructor order by salary ____, name ___;
To display the salary from greater to smaller and name in ascending order which of the following options should be used?
Ascending, Descending
Asc, Desc
Desc, Asc
Descending, Ascending
Similar question(s) are as followings:
Online Quizzes of gs117 Database Management System
Indexing and Hashing - Bitmap Indices - Quiz No.1
gs gs117 Database Management System
Online Quizzes