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
#173. Examine the structures of the EVENT and NEW_EVENT tables.

You execute this MERGE statement:
  1. MERGE INTO EVENT e
  2. USING (SELECT *
  3. FROM new_event
  4. WHERE event_type_id = 4) n
  5. ON (e.event_id = n.event_id)
  6. WHEN MATCHED THEN
  7. UPDATE SET
  8. e.event_type_id = n.event_type_id,
  9. e.start_dt = n.start_dt
  10. WHEN NOT MATCHED THEN
  11. INSERT (event_id, event_name, event_type_id)
  12. VALUES(n.event_id, n.event_name, n.event_type_id);
This MERGE statement generates an error. Which statement describes the cause of the error?

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


Up ^ gen. 0.065 Server date 00:43 08-01-2009 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump
User braindumps