0% found this document useful (0 votes)
7 views

Additional Practices: Table Descriptions and Data

Oracle Database 10g: SQL Fundamentals I AP Tables-2 COUNTRIES Table DESCRIBE countries SELECT FROM countries. Departments table contains employees table containing employees. Locations table contains locations table containing locations.

Uploaded by

ricajav777
Copyright
© © All Rights Reserved
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Additional Practices: Table Descriptions and Data

Oracle Database 10g: SQL Fundamentals I AP Tables-2 COUNTRIES Table DESCRIBE countries SELECT FROM countries. Departments table contains employees table containing employees. Locations table contains locations table containing locations.

Uploaded by

ricajav777
Copyright
© © All Rights Reserved
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 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