Oracle Database SQL — Question 156

Which three statements are true about Structured Query Language (SQL)? (Choose three.)

Answer options

Correct answer: B, C, E

Explanation

Option B is correct because SQL is specifically designed to work with relational databases. Option C is also accurate as SQL abstracts the logical data structures from the underlying physical storage. Option E is true because SQL adheres to ACID properties, ensuring reliable transactions. Options A, D, and F are incorrect as they misrepresent the capabilities and requirements of SQL.