You are on page 1of 9

B

Table Descriptions
and Data
COUNTRIES Table

DESCRIBE countries

SELECT * FROM countries;

Introduction to Oracle9i: SQL B-2


DEPARTMENTS Table

DESCRIBE departments

SELECT * FROM departments;

Introduction to Oracle9i: SQL B-3


EMPLOYEES Table
DESCRIBE employees

SELECT * FROM employees;

Introduction to Oracle9i: SQL B-4


EMPLOYEES Table (continued)

Introduction to Oracle9i: SQL B-5


JOBS Table

DESCRIBE jobs

SELECT * FROM jobs;

Introduction to Oracle9i: SQL B-6


JOB_GRADES Table

DESCRIBE job_grades

SELECT * FROM job_grades;

Introduction to Oracle9i: SQL B-7


JOB_HISTORY Table

DESCRIBE job_history

SELECT * FROM job_history;

Introduction to Oracle9i: SQL B-8


LOCATIONS Table

DESCRIBE locations

SELECT * FROM locations;

Introduction to Oracle9i: SQL B-9

You might also like