https://github.com/rodrigoalvesvieira/if685-databases
Set of documents and scripts from the Databases discipline for the CS curriculum in the semester of 2015.2
https://github.com/rodrigoalvesvieira/if685-databases
cin-ufpe database database-course if685 sql ufpe
Last synced: about 2 months ago
JSON representation
Set of documents and scripts from the Databases discipline for the CS curriculum in the semester of 2015.2
- Host: GitHub
- URL: https://github.com/rodrigoalvesvieira/if685-databases
- Owner: rodrigoalvesvieira
- Created: 2015-10-08T14:16:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T13:10:25.000Z (over 9 years ago)
- Last Synced: 2023-03-15T11:35:23.915Z (about 2 years ago)
- Topics: cin-ufpe, database, database-course, if685, sql, ufpe
- Language: PLSQL
- Homepage: http://www.cin.ufpe.br/~if685
- Size: 353 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IF685 - Databases
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.
## Usage
###### Shortcut to import the data
You can run the following snipped inside to import all the data from `Seeds.sql` into your DB at once:
```sql
@"/path/to/Seeds.sql"
```This also works for any other SQL file, **I guess**.
## Authors
* Rodrigo Alves
[CIn/UFPE]: http://www2.cin.ufpe.br/site/index.php
[Oracle Database 11g]: http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win64soft-094461.html
[Prof. Fernando Fonseca]: http://cin.ufpe.br/~fdfd/