Exam c_hanatec_17 All QuestionsBrowse all questions from this exam
Question 38

Which database objects can you manipulate if you have the object privilege activity ALL PRIVILEGES? (Choose two.)

    Correct Answer: A, D

    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.

Discussion
CerthiccOptions: AD

object privilege activity ALL PRIVILEGES applies to Schemas, Tables, and Views