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
#161. Examine the data in the EMPLOYEES and DEPARTMENTS tables:

Also examine the SQL statements that create the EMPLOYEES and DEPARTMENTS tables:
  1. CREATE TABLE departments
  2. (department_id NUMBER PRIMARY KEY,
  3. department_name VARCHAR2(30));
  4. CREATE TABLE employees
  5. (EMPLOYEE_ID NUMBER PRIMARY KEY,
  6. EMP_NAME VARCHAR2(20),
  7. DEPT_ID NUMBER REFERENCES
  8. departments(department_id),
  9. MGR_ID NUMBER REFERENCES
  10. employees(employee id),
  11. MGR_ID NUMBER REFERENCES
  12. employees(employee id),
  13. JOB_ID VARCHAR2(15).
  14. SALARY NUMBER);
  15. ON the EMPLOYEES,
On the EMPLOYEES table, EMPLOYEE_ID is the primary key. MGR_ID is the ID of managers and refers to the EMPLOYEE_ID. DEPT_ID is foreign key to DEPARTMENT_ID column of the DEPARTMENTS table. On the DEPARTMENTS table, DEPARTMENT_ID is the primary key.
Examine this DELETE statement:
  1. DELETE
  2. FROM departments
  3. WHERE department id = 40;
What happens when you execute the DELETE statement?

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


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