Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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 (153 Votes )

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Operations Research An Introduction

Authors: Hamdy A. Taha

9th Edition

013255593X, 978-0132555937

More Books

Students also viewed these Databases questions

Question

1. What are some of the limitations of learning curves?

Answered: 1 week ago

Question

Differentiate 3sin(9x+2x)

Answered: 1 week ago

Question

Compute the derivative f(x)=(x-a)(x-b)

Answered: 1 week ago