Multiple choice technology databases

Which of the following is not an object privilege on a table?

  1. SELECT

  2. DEBUG

  3. REFERENCES

  4. READ

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

Oracle table object privileges include SELECT, INSERT, UPDATE, DELETE, REFERENCES, DEBUG, ON COMMIT REFRESH, QUERY REWRITE, and READ is NOT a valid object privilege on tables. READ exists for directories and materialized views in some contexts, but not for regular tables. SELECT is the correct privilege for reading table data.