Oracle Database 12c: SQL Fundamentals — Question 13
Which one is a system privilege?
Answer options
- A. SELECT
- B. DELETE
- C. EXECUTE
- D. ALTER TABLE
- E. CREATE TABLE
Correct answer: E
Explanation
The correct answer is E, CREATE TABLE, as it allows a user to create new tables in the database, which is a system privilege. The other options, while they perform important functions, are more targeted privileges related to data manipulation rather than system-level tasks.