Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 9

Table Descriptions and Data

Additional Practices
Oracle Database 10g: SQL Fundamentals I AP Tables-2
COUNTRIES Table

DESCRIBE countries






SELECT * FROM countries;

Oracle Database 10g: SQL Fundamentals I AP Tables-3
DEPARTMENTS Table

DESCRIBE departments






SELECT * FROM departments;

Oracle Database 10g: SQL Fundamentals I AP Tables-4
EMPLOYEES Table
DESCRIBE employees










SELECT * FROM employees;

Oracle Database 10g: SQL Fundamentals I AP Tables-5
EMPLOYEES Table (continued)
Oracle Database 10g: SQL Fundamentals I AP Tables-6
JOBS Table

DESCRIBE jobs








SELECT * FROM jobs;

Oracle Database 10g: SQL Fundamentals I AP Tables-7
JOB_GRADES Table

DESCRIBE job_grades







SELECT * FROM job_grades;

Oracle Database 10g: SQL Fundamentals I AP Tables-8
JOB_HISTORY Table

DESCRIBE job_history









SELECT * FROM job_history;

Oracle Database 10g: SQL Fundamentals I AP Tables-9
LOCATIONS Table

DESCRIBE locations










SELECT * FROM locations;

You might also like