Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 322 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 322 Bytes

company-manager-sql

The following is a PL-SQL LAB on Oracle 10g. We are interested in queryinng the database about the employees, projects, departments, and project assignments. We will cover the following:

  • Creation of tables.
  • Insertion of rows.
  • Querying.
  • Views.
  • Sequences.
  • Cursors.