Multiple choice technology databases

SQL is set oriented language because

  1. It process tuples one by one

  2. It can be used in PLSQL

  3. It can use SET operators

  4. None of above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

SQL is a set-oriented language because it operates on entire sets of data (relations) at once, rather than processing individual records or tuples one by one like procedural languages.