Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 795 Bytes

File metadata and controls

21 lines (11 loc) · 795 Bytes

This folder is for the code of the projects in EECS484 "Database Management System" taken in University of Michigan

project1

    --Designed the ER diagram and a relational database for storing information about Facebook social network
    
    --Created tables to apply to design in Oracle using SQL and populate the database, then delete all tables

project2

    --Wrote SQL queries on the Facebook database and embedded them into Java(using JDBC)

project3

    --Examined the query optimization for different SQL commands

project4

    --Implemented a simple query processor supporting SQL commands, such as insert, select and join in C++