Which one of the following operations CANNOT be done on a database?
2018
Which one of the following operations CANNOT be done on a database?
- A.
Sorting
- B.
Ordering
- C.
Grouping
- D.
Iteration
Attempted by 820 students.
Show answer & explanation
Correct answer: D
Standard relational database operations include sorting, ordering, and grouping via SQL commands. However, iteration is typically an application-level process used to traverse result sets rather than a native database operation itself.