Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What capabilities does the MODIFY privilege grant when a data engineer executes the SQL query: GRANT MODIFY ON TABLE employees TO hr_team?
GRANT MODIFY ON TABLE employees TO hr_team
A
Enables the addition of data to the table
B
Allows the deletion of data from the table
C
Permits the modification of existing data within the table
D
Combines the abilities to add, delete, and modify data in the table
E
None of the options accurately describe the MODIFY privilege's capabilities