Oracle Database SQL — Question 191

Which two statements are true about Oracle databases and SQL? (Choose two.)

Answer options

Correct answer: C, E

Explanation

Answer C is correct because Oracle databases ensure read consistency for user-created tables during select operations. Answer E is also correct as the database instance locks the rows that are being updated to maintain data integrity. The other options are incorrect as they either misrepresent the capabilities of SQL queries or the ownership of schemas.