InterviewSolution
Saved Bookmarks
| 1. |
How will you arrange the records in ascending or descending order in a table? |
|
Answer» The Query results are listed in Ascending or Descending order using the command ORDER ‘ BY. In some databases the results are sorted by default in Ascending order. |
|