Use Oracle through the command line

Your tasks:

There are following relations in database HR:

REGIONS
LOCATIONS
DEPARTMENTS
JOBS
EMPLOYEES
JOB_HISTORY
COUNTRIES

According to the information of these relations (which can be obtained by using the command "describe"), draw the ER diagram of this database design.

You don't need to submit your lab solution, but the good understanding of the database schema will help you write queries in the later labs, and the practice of translating database schema back to ER diagram will help you better understand the database design.

Try to access Oracle through its web interface by following instructions here.