Valid 1z0-071 Dumps shared by EduDump.com for Helping Passing 1z0-071 Exam! EduDump.com now offer the newest 1z0-071 exam dumps, the EduDump.com 1z0-071 exam questions have been updated and answers have been corrected get the newest EduDump.com 1z0-071 dumps with Test Engine here:
Which two are true about granting object privileges on tables, views, and sequences?
Correct Answer: B,D
Object privileges applicable to tables, views, and sequences in Oracle are: B). REFERENCES can be granted only on tables. It allows the grantee to create a foreign key that refers to the table. D). SELECT can be granted on tables and views. This allows the grantee to perform a SELECT on the table or view. A, C, and E are incorrect. Specifically: * A is incorrect because DELETE cannot be granted on sequences; it is a privilege applicable to tables and views. * C is incorrect because INSERT cannot be granted on sequences; INSERT is applicable only to tables and views. * E is incorrect because ALTER is a privilege applicable to tables and indexes, not sequences. References: * Oracle Database SQL Language Reference, 12c Release 1 (12.1): "GRANT"