Set of documents and scripts from the Databases (Gerenciamento de Dados e Informação, in pt-BR) discipline for Computer Science students at CIn/UFPE in the semester of 2015.2, by Prof. Fernando Fonseca.
The discipline is pretty much all about SQL (and PL/SQL) and we are expected to work with Oracle Database 11g. Students are also expected to use Oracle's native IDE: SQL Plus.
You can run the following snipped inside to import all the data from Seeds.sql
into your DB at once:
@"/path/to/Seeds.sql"
This also works for any other SQL file, I guess.
- Rodrigo Alves rav2@cin.ufpe.br