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 (423)
PLSQL (1)
PMI (5)
SAS (1)
Sun (87)
Teradata (4)
Login:
Password:
RSS feed

Contacts
Certification links
Links
Authorized users can post comments.
Please log in or sign up.

back to list
Back to main forum
Introduction to Oracle9i: SQL 

АвторSubject: Q149
written 19 January 2008 10:09   View profile Jonnik  Edit/Delete  Answer  Answer with quotation
Explanation:
Employee Table will all constraints can be created by the following command.
  1. CREATE TABLE employee (
  2. employee_id NUMBER,
  3. emp_lname VARCHAR2(25),
  4. emp_fname VARCHAR2(25),
  5. dept_id NUMBER,
  6. job_id NUMBER,
  7. mgr_id NUMBER,
  8. salary NUMBER(9,2),
  9. hire_date DATE,
  10. CONSTRAINT employee_id_pk PRIMARY KEY(employee_id),
  11. CONSTRAINT dept_id_fk FOREIGN KEY(dept_id) REFERENCES department(dept_id),
  12. CONSTRAINT job_id_fk FOREIGN KEY(job_id) REFERENCES job(job_id),
  13. CONSTRAINT mgr_id_fk FOREIGN KEY(mgr_id) REFERENCES employee(emp_id));


Current tread:
back to list

Q149 - Go to question 10:09 19.01.08

back to list
Up ^ gen. 0.092 Server date 05:06 10-01-2009 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump
User braindumps
Main forum
Question comments