c_hanatec_17 Exam QuestionsBrowse all questions from this exam

c_hanatec_17 Exam - Question 38


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

Show Answer
Correct Answer: ABD

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

1 comment
Sign in to comment
CerthiccOptions: AD
Mar 2, 2023

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