Saved Bookmarks
| 1. |
2. What is the significance of "ORDER BY"in the given query?SELECT emp_id, frame, inameFROM personORDER BY emp_id;(a) Data of table person on the basis ofcolumn emp_id will be sorted indescending order(b) Data of table person on the basis ofcolumn emp_id will be sorted inascending order(c) Only data of column emp_id will besorted in descending order(d) Only data of column emp id will besorted in ascending ordersolve this, could u plz?? |
|
Answer» Explanation: This section presents you VARIOUS SET of MOCK Tests related to SQL. You can ... B - SELECT first_name, last name, percentage_of_marks order by ... D - They may modify the data TYPE. |
|