Graded Work

Back Home Next

 

Homework

bulletHW#1 - Database Design with Entity Relationship Diagrams
bulletHW#2 - Relational Database Implementation
bulletHW#3 - Relational Algebra and SQL
bulletHW#4 - Database Organization and Indexing
bulletHW#5 - Indexes
bulletHW#6 - Query Evaluation and Transaction Management
bulletHW#7 - Schema Design and Normalization

Program

bulletApplication Program Database Access
bulletmySQL Info
bullet A Simple Java Program for Accessing mySQL**
bulletJDBC Driver
Framework Java Application for Programming Project (main program Class, DB GUI Class) **
bullet Simple C++ Applications for Accessing mySQL:  example1.cpp and example2.cpp
bulletmySQL Wrapper for C++ (Linux)
bulletAccessing mySQL Remotely
bulletHelpful mySQL commands
bulletThe mySQL Reference Manual
bulletSample Java Application*
bulletSample C++ Application* (built for Linux)

*Note:  Cedarville security disallows posting executable files to course web sites.  Therefore the sample application is posted as a ".txt" file.  Once you download the application, change its extension from ".txt" to ".exe" to execute it, or for the Linux application, change it's permissions to allow execution (you may choose to rename it also).

**Note: After downloading, these files need to have their file extension changed to ".java" in order to be recognized as valid java program.

Project

bullet Database Project :  Project Description