BE
A : False. Creating role is system privilege.
B : True. Use REFERENCE privilege.
C : False. Use DELETE ANY TABLE system privilege.
D : False?
E : True. Use EXECUTE privilege.
As per your source:
Privilege: DELETE; Description:
Enables a user to delete from a table..
Privilege: REFERENCES; Enables a user to create a foreign key dependency on a table or materialized view
So, BC
B. Correct. To create foreign key constraints in one schema that reference tables in another schema, you must have appropriate object permissions on the target table, such as the REFERENCES permission. This is a typical application of object permissions.
E Correct. Executing a procedure or function in another schema requires having the EXECUTE permission on that procedure or function, which is also a type of object permission.
System privileges allow a user to perform a particular database operation or class of database operations. For example, to create a table, the user needs the create table privilege.
Objects have privileges associated with them, such as insert, update and delete a table.
A You must have the CREATE ROLE system privilege.
B Object privileges REFERENCES object type Table or materialized view
Enables a user to create a foreign key dependency on a table or materialized view.
The REFERENCES privilege on a parent table implicitly grants SELECT privilege on the parent table
C System privileges DELETE ANY TABLE Enables a user to delete from any table in the database.
D I think it’s System privileges
E Object privileges: Object type PL/SQL package, procedure or function;
Enables a user to execute a PL/SQL package, procedure or function directly.
DELETE ANY TABLE : Enables a user to delete from any table in the database . -> this is a System privileges that is different from the object privilege DELETE that enables a user to delete from a table.
Than the correct answer are BE
upvoted 2 times
...
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
heoj10272
Highly Voted 2 years, 1 month agoalic_alex
Highly Voted 1 year, 9 months agobhp12
1 year, 8 months agomaksud020
Most Recent 2 weeks, 1 day agoacd3ea6
2 months, 3 weeks agoyolanda_suny
3 months, 3 weeks agoArslanAltaf
5 months, 4 weeks agohmatinnn
10 months, 1 week agohmatinnn
11 months, 2 weeks agoESZ
1 year, 2 months agoHassanMkhlalati
1 year, 3 months agozouve
1 year, 5 months agozouve
1 year, 4 months agojfc1
1 year, 11 months agodexdinh91
1 year, 11 months agopaddy95
2 years, 1 month agoiuliana23
2 years, 1 month agoViviana3184
2 years, 1 month ago