Multiple choice technology databases SQL is set oriented language because It process tuples one by one It can be used in PLSQL It can use SET operators 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.