Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

INSERT THE VALUES IN THESE TABLES CREATE TABLE Loan ( Loan_number INT NOT NULL, Lo_Type VARCHAR (20) NOT NULL, DateLoanded VARCHAR (20), DueDate DATE, Ino

INSERT THE VALUES IN THESE TABLES

image text in transcribed

CREATE TABLE Loan ( Loan_number INT NOT NULL, Lo_Type VARCHAR (20) NOT NULL, DateLoanded VARCHAR (20), DueDate DATE, Ino INT NOT NULL, MID VARCHAR(10) NOT NULL, PRIMARY KEY (Loan_number), FOREIGN KEY (Ino) REFERENCES LibraryItems(L_number), FOREIGN KEY (MID) REFERENCES Members(ID)) Table created. CREATE TABLE Fine ( F_number INT NOT NULL, Amount INT NOT NULL, F_Type VARCHAR (10), Lno int NOT NULL, PRIMARY KEY (F_number), FOREIGN KEY (Lno) REFERENCES Loan (Loan_number) )

Step by Step Solution

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

Databases Theory And Applications 27th Australasian Database Conference Adc 20 Sydney Nsw September 28 29 20 Proceedings Lncs 9877

Authors: Muhammad Aamir Cheema ,Wenjie Zhang ,Lijun Chang

1st Edition

3319469215, 978-3319469218

More Books

Students also viewed these Databases questions

Question

What is Taxonomy ?

Answered: 1 week ago

Question

1. In taxonomy which are the factors to be studied ?

Answered: 1 week ago

Question

1.what is the significance of Taxonomy ?

Answered: 1 week ago

Question

What are the advantages and disadvantages of leasing ?

Answered: 1 week ago

Question

Persuading Your Audience Strategies for

Answered: 1 week ago