📚 Practice Mode

Database (DBMS) Quiz

Learn at your own pace with hints and detailed explanations

1 / 10
Multiple Choice

You are managing the in-house database systems.You need to ensure that the user AMY can execute all operations against the SALES relation. What SQL statement sequence will you use?

  1. GRANT ALL PRIVILEGES WHERE FROM ON TO
  2. GRANT ALL PRIVILEGES TO WHERE FROM
  3. GRANT ALL PRIVILEGES WHERE FROM TO
  4. GRANT ALL PRIVILEGES ON TO
  5. GRANT ALL PRIVILEGES ON WHERE FROM