Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Design and implement your DB project ( A Library system, or other database systems ) There are two parts of your project: 1 . Database
Design and implement your DB project A Library system, or other database systems
There are two parts of your project:
Database Design
Design ER mode of the Library database with Tables attributes and primaryforeign keys using Workbench.
Create the Database called Library using "Forward Engineer" in Workbench. Once the Library DB is created, You should insert some sample records for testing.The database manipulation should include INSERT, UPDATE and DELETE operations For this part, you will create a SQL script file so that It can be reproduced from MySQL prompt.
Submit your project before Due Date including:
a ER mode diagram designed and generated using Workbench
b Create CISLibary database using forward engineering. Write Insert, update and delete script to manipulate the data in CIS
c Generate the CISSQL script fie so it can be reproduced in any MYSQL server
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started