Skip to content

gayatri-sharma/Library-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Library-Database

The project involves the design, development, and implementation of the Database that could be used by the client-server application (to be utilized by librarians). High-level functionality developed and executed are:

  1. Loaded initial data files (provided) using SQL Developer Import utility (no need to develop UI) into temporary tables (one temporary table per file)
  2. Created DB tables (wrote and executed SQL statements, did not use UI) described in the high-level schema
  3. Written SQLs to Normalize and populate data into tables
  4. Generated test data to simulate borrowing and fines transactions
  5. Made Reports and Searched SQLs