ferreiro / SQL-Oracle-databases

More than 40 exercises on Basic Queries, Advanced queries, Storaged Procedures (PL) and Triggers on SQL for Oracle Database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQL Oracle databases

More than 40 exercises on Basic Queries, Advanced queries, Storaged Procedures (PL) and Triggers on SQL for Oracle Database.

This repository was created for the course "Databases" that was taken place during October 2015 - January 2016 in Madrid.

The repository is divided into 3 main folders.

  1. Basic_intro: given a relational model I had to implement on SQL (creating the tables, constraints and the rest of the relational stuff).
  2. SQL_Queries: contains more than 30 queries. From basic ones to more complex.
  3. Triggers_Procedures: some exercises on storaged procedures and triggers (functions that get executed when some condition is done like insert, delete, update...).

Credits

All the code in this repository has been made by the following contributors:

  • Jorge Ferreiro (@ferreiro)

About

More than 40 exercises on Basic Queries, Advanced queries, Storaged Procedures (PL) and Triggers on SQL for Oracle Database.

License:MIT License


Languages

Language:PLSQL 100.0%