Which database objects can you manipulate if you have the object privilege activity ALL PRIVILEGES? (Choose two.)
Which database objects can you manipulate if you have the object privilege activity ALL PRIVILEGES? (Choose two.)
The object privilege activity ALL PRIVILEGES typically allows manipulation of database objects such as Schemas and Views. Schemas are a necessary component for organizing objects within a database, and Views are a common object used to represent subsets of data. Although Procedures and Functions are vital, the ALL PRIVILEGES privilege does not specifically imply the capability to manipulate them without explicit mention.
object privilege activity ALL PRIVILEGES applies to Schemas, Tables, and Views