|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#191. Mary has a view called EMP_DEPT_LOC_VU that was created based on the EMPLOYEES, DEPARTMENTS, and LOCATIONS tables. She granted SELECT privilege to Scott on this view. Which option enables Scott to eliminate the need to qualify the view with the name MARY .EMP_DEP_LOC_VU each time the view is referenced?
Show comments for this question (1)
Add comments
Link to this question
|
|
#195. User Mark wants to eliminate the need to type the full table name when querying the TRANSACTION_HISTORY table existing in her schema. All other database users should use the schema and full table name when referencing this table. Which statement should user Marilyn execute?
Show comments for this question (1)
Add comments
Link to this question
|
|
#196. The TEACHER table in your schema contains these columns: ID NUMBER(9) NOT NULL Primary Key
LAST_NAME VARCHAR2(25)
FIRST_NAME VARCHAR2(25)
SUBJECT_ID NUMBER(9) You execute this statement: CREATE INDEX teacher_name_idx ON teacher(first_name, last_name);
Which statement is true?
Show comments for this question (1)
Add comments
Link to this question
|
|
#197. The LINE_ITEM table contains these columns: LINE_ITEMID NUMBER(9)
ORDER_ID NUMBER(9)
PRODUCT_ID VARCHAR2(9)
QUANTITY NUMBER(5) You created a sequence called LINE_ITEMID_SEQ to generate sequential values for the LINE_ITEMID column. Evaluate this SELECT statement: SELECT line_itemid_seq.CURRVAL FROM dual;
Which task will this statement accomplish?
Show comments for this question (1)
Add comments
Link to this question
|
|
|
|
gen. 0.071
|
Server date 03:56 08-01-2009
|
Developed by Zip © 2006
|
|
 |
|
|