Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.65 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.65 KB

Database Management Project

Language: SQL, Java

Software: Azure SQL, JDBC, Eclipse

This project designs a database system. The file Individual Project Descriptions and Requirements.pdf gives the project overview and requirements as well as task.

ER Diagram

alt text

The Software IDE install and setup instruction folder tells the instruction on how to download and connect Azure SQL, JDBC, and Eclipse.

The file Project report(with code).pdf contains all the informations (including Java and SQL codes) about the project and has a table of content to display what information you need.

The file database_system.sql creates the database system with tables using SQL code in Azure SQL Database.

The file database_queries.java implements java application program that uses JDBC and Azure SQL Database to implement all SQL queries on page 2 of Individual Project Descriptions and Requirements.pdf.