It allows a grantee DBA privileges.
It is required syntax for object privileges.
It allows privileges on specified columns of tables.
It is used to grant an object privilege on a foreign key column.
It allows the grantee to grant object privileges to other users and roles.
第1题:
A. PAT is not supported.
B. PAT is enabled by default.
C. It supports the address-persistent configuration option.
D. It supports the junos-global configuration option.
第2题:
第3题:
A. System privileges apply only to the PDB in which they are used.
B. Local users cannot use local system privileges on the schema of a common user.
C. The granter of system privileges must possess the set container privilege.
D. Common users connected to a PDB can exercise privileges across other PDBs.
E. System privileges with the with grant option container all clause must be granted to a common user before the common user can grant privileges to other users.
第4题:
Which two statements about views are true? ()
第5题:
The user SCOTT who is the owner of ORDERS and ORDERJTEMS tables issues the following GRANT command: GRANT ALL ON orders, order_items TO PUBLIC; What correction needs to be done to the above statement? ()
第6题:
(53)
A.RESTRICT
B.CASCADE
C.WITH GRANT OPTION
D.WITH CHECK OPTION
第7题:
What is true about IP Source Guard with port security?()
第8题:
A. The SQL statement displays the desired results.
B. The column in the WHERE clause should be changed to display the desired results.
C. The operator in the WHERE clause should be changed to display the desired results.
D. The WHERE clause should be changed to use an outer join to display the desired results.
第9题:
What is true about the WITH GRANT OPTION clause?()
第10题:
试述GRANT语句中WITH GRANT OPTION子句的作用。