Question
I have a database library.sql in which there are 4 tables, namely students, officers, books, and loans Where Student table has the attributes: stuid (primary
I have a database library.sql in which there are 4 tables, namely students, officers, books, and loans
Where
Student table has the attributes:
stuid (primary key)
full name
address
the password
Student table has the attributes:
offid (primary key)
full name
address
the password
the books table has the attributes:
bkid (primary)
title
stocks
lending table has the following attributes:
id
stuid (foreign key from student table)
offid (foreign key from officer table)
bkid (foreign key from books table)
borrowing date
date of return
Question:
1. Make Complete Relationship Table (more than 3 tables), may use Visio, MS Word
2. Table Implementation (3 tables only)
please help because I dont understand the question
Step by Step Solution
3.43 Rating (162 Votes )
There are 3 Steps involved in it
Step: 1
Library Management Entity relationship Diagram can be downloaded from following link httpsdrivegoogl...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