Multiple choice technology databases

Which one is a system privilege?

  1. select

  2. delete

  3. execute

  4. alter table

  5. create table

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

A system privilege like CREATE TABLE allows users to perform administrative actions across the database schema. The other options, like SELECT, DELETE, EXECUTE, and ALTER TABLE, are object privileges that govern actions on specific existing database objects.