CS542. Database Systems
Support
Materials
- Introductory Material on Sets, Relations and Functions can be
found here.
- Another introduction to set theory can be found here
- DB at other universities
- ER Model
- The original paper that introduced ER in 1976 can be obtained here
- A write-up by Murali giving mathematical definitions of ER
concepts, as well as some extensions are available here.
- Resources on Oracle and mySQL DBMS.
- Oracle Documentation is available here
- MySQL Documentation is available here
With reference to the project
Embedded SQL
- Sample code for using SQL with C on Oracle (Pro*C):ps pdf
- More sample code on Pro*C ps
pdf
- Extra reference on using SQL with C on Oracle can be found
here