Oracle Database SQL — Question 250
Which two are SQL features? (Choose two.)
Answer options
- A. providing graphical capabilities
- B. processing sets of data
- C. providing database transaction control
- D. providing update capabilities for data in external files
- E. providing variable definition capabilities
Correct answer: B, C
Explanation
The correct answers are B and C because SQL is designed for processing sets of data and managing database transactions effectively. Options A, D, and E do not accurately represent core SQL functionalities as they pertain to graphical interfaces and external file manipulation, which are outside the primary scope of SQL.