|
#132. Logged on as user Ann, you issue these SQL statements: CREATE TABLE customer ( customer_id NUMBER, company_id VARCHAR2(30), contact_name VARCHAR2(30), contact_title VARCHAR2(20), address VARCHAR2(30), city VARCHAR2(25), region VARCHAR2(10), postal_code VARCHAR2(20), country_id NUMBER, phone VARCHAR2(20), fax VARCHAR2(20), credit_limit NUMBER (7,2)); CREATE PUBLIC SYNONYM cust FOR customer; GRANT SELECT ON customer TO chan;
Which SELECT statements could user Chan issue to access the CUSTOMER table? (Choose all that apply.)
Show comments for this question (1)
Add comments
Link to this question
|