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
#168. Examine the structure of the EMPLOYEES table:

You issue these statements:
  1. CREATE TABLE new_emp ( employee_id NUMBER, name VARCHAR2(30));
  2. INSERT INTO new_emp SELECT employee_id , last_name FROM
  3. employees;
  4. SAVEPOINT s1;
  5. UPDATE new_emp SET name = UPPER(name);
  6. SAVEPOINT s2;
  7. DELETE FROM new_emp;
  8. ROLLBACK TO s2;
  9. DELETE FROM new_emp WHERE employee_id =180;
  10. UPDATE new_emp SET name = 'James';
  11. ROLLBACK TO s2;
  12. UPDATE new_emp SET name = 'James' WHERE employee_id =180;
  13. ROLLBACK;
At the end of this transaction, what is true?

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


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