Skip to content

Files

Latest commit

9f95e4b · Jul 31, 2018

History

History
22 lines (12 loc) · 659 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 659 Bytes

SQL, utilizing SQLDeveloper

Course content is arranged by assignment:

Assignment 1 Key Topics: Creation of relational databases, primary and foreign keys, cascade constraint, and understanding of attribute formatting.

Assignment 2 Key Topics: Joins, Subqueries

Assignment 3 Key Topics: candidate keys, functional dependencies (partial and transitive), first normal form, third normal form, closures and subsets

Assignment 4 Key Topics: functional dependencies, third normal form, minimal cover, projections, dependency preservation, nonadditive joins

Assignment 5 Key Topics: PL/SQL (Loops, Cursors, Traversal), Adding Records to Tables, Triggers