1.

Consider a table: COACHING having fields CITY_NAME, ENROLMENTS. Shikhar wants to display the data of the above table in ascending order of enrolments. Choose the correct query/queries from the following:i. Select * from coaching order by enrolments asc; ii. Select * from coaching order by enrolments desc; iii. Select * from coaching order by enrolments; iv. Select * from coaching order by enrolments ascending;Select the correct option: a. Only (i) is correct b. Both (i) and (ii) are correct c. Both (i) and (iii) are correct d. Only (iv) is correct

Answer»

Correct option: c. Both (i) and (iii) are correct



Discussion

No Comment Found

Related InterviewSolutions