|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#167. Anne issued this SQL statement to grant Bill access to the CUSTOMERS table in Anne's schema: GRANT SELECT ON customers TO bill WITH GRANT OPTION;
Bill issued this SQL statement to grant Claire access to the CUSTOMERS table in Anne's schema: GRANT SELECT ON anne.customers TO claire;
Later, Anne decides to revoke the select privilege on the CUSTOMERS table from Bill. Which statement correctly describes both what Anne can do to revoke the privilege, and the effect of the REVOKE command?
Show comments for this question (1)
Add comments
Link to this question
|
|
#168. ABC Company consolidated into one office building, so the very large EMPLOYEES table no longer requires the OFFICE_LOCATION column. The DBA decided to drop the column using the syntax below: ALTER TABLE hr.employees DROP COLUMN building_location CASCADE CONSTRAINTS;
Dropping this column has turned out to be very time consuming and is requiring a large amount of undo space. What could the DBA have done to minimize the problem regarding time and undo space consumption?
Show comments for this question (1)
Add comments
Link to this question
|
|
|
|
gen. 0.059
|
Server date 08:53 08-01-2009
|
Developed by Zip © 2006
|
|
 |
|
|