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 (17)
CIW (15)
Compaq (0)
CompTIA (51)
CWNA (2)
EMC (2)
Exin (4)
GEJOS (4)
HDI (1)
HP (4)
IBM (13)
Juniper (1)
Linux Prof Institute (LPI) (2)
Lotus (11)
Microsoft (2461)
Network Appliance (2)
Novell (16)
Oracle (412)
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
#101. Examine the data from the ORDERS and CUSTOMERS tables.

Evaluate the SQL statement:
  1. SELECT *
  2. FROM orders
  3. WHERE cust_id = (SELECT cust_id
  4. FROM customers
  5. WHERE cust_name = 'Smith');
What is the result when the query is executed?

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

#102. Evaluate this SQL statement:
  1. SELECT product_id, product_name, price
  2. FROM product
  3. WHERE supplier_id IN
  4. (SELECT supplier_id
  5. FROM product
  6. WHERE price > 120
  7. OR qty_in_stock > 100);
Which values will be displayed?

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

#103. Which statement regarding subqueries is true?

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

#104. Evaluate this SELECT statement:
  1. SELECT employee_id, name
  2. FROM employee
  3. WHERE employee_id NOT IN (SELECT employee_id
  4. FROM employee
  5. WHERE department_id = 30
  6. AND job = 'CLERK');
What would happen if the inner query returned a NULL value?

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

#105. Examine the data from the DONATION table (PLEDGE_ID is the primary key).

This statement fails when executed:
  1. SELECT amount_pledged, amount_paid
  2. FROM donation
  3. WHERE donor_id =
  4. (SELECT donor_id
  5. FROM donation
  6. WHERE amount_pledged = 1000.00
  7. OR pledge_dt = '05-JAN-2002');
Which two changes could correct the problem? (Choose two.)

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

#106. A subquery can be used to _________.

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

#107. Which three statements about subqueries are true? (Choose three)

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

#108. You define a multiple-row subquery in the WHERE clause of an SQL query with a comparison operator "=". What happens when the main query is executed?

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

#109. Which operator can be used with a multiple-row subquery?

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

#110. Which two statements about subqueries are true? (Choose two.)

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.093 Server date 07:06 22-11-2008 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump
User braindumps