English Русский Contacts Site map Add to favorites
Registration
Login
Master braindump list
New braindumps
Submit a dump
Get latest dump
braindumps.com.ua
flame
3COM (7)
Adobe (1)
BEA (1)
Checkpoint (22)
Cisco (20)
Citrix (21)
CIW (15)
Compaq (0)
CompTIA (51)
CWNA (2)
EMC (2)
Exin (4)
GEJOS (4)
HDI (1)
HP (4)
IBM (13)
Juniper (5)
Linux Prof Institute (LPI) (2)
Lotus (11)
Microsoft (2462)
Network Appliance (2)
Novell (16)
Oracle (422)
PLSQL (1)
PMI (4)
SAS (1)
Sun (87)
Teradata (4)
Login:
Password:
RSS feed

Contacts
Certification links
Links
Authorized user can see question and answers.
Please log in or sign up.

Exam question list:
Show all comments
Oracle 1Z0-007: Introduction to Oracle9i: SQL
#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

#192. Which two statements about sequences are true? (Choose two)

Show comments for this question (1)
Add comments
Link to this question

#193. Which SELECT statement will display the next value of the PARTS_ID_SEQ sequence by actually retrieving the value from the sequence?

Show comments for this question (1)
Add comments
Link to this question

#194. You issue this statement:
  1. CREATE PUBLIC SYNONYM part
  2. FOR linda.product;
Which task was accomplished by this statement?

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:
  1. CREATE INDEX teacher_name_idx
  2. 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:
  1. SELECT line_itemid_seq.CURRVAL
  2. FROM dual;
Which task will this statement accomplish?

Show comments for this question (1)
Add comments
Link to this question

#198. Evaluate this statement:
  1. CREATE SEQUENCE line_item_id_seq
  2. START WITH 10001
  3. MAXVALUE 999999999
  4. NOCYCLE;
Which statement about this CREATE SEQUENCE statement is true?

Show comments for this question (1)
Add comments
Link to this question

#199. Which statement should you use to eliminate the need for all users to qualify Marilyn's INVENTORY table with her schema when querying the table?

Show comments for this question (1)
Add comments
Link to this question

#200. Which statement will user Barbara use to create a private synonym when referencing the EMPLOYEE table existing in user Chan's schema?

Show comments for this question (1)
Add comments
Link to this question


  [1] ...  [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] ... [31 
Up ^ gen. 0.071 Server date 03:56 08-01-2009 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump
User braindumps