Question: i created library DataBase so insert values into this table * i want the query CREATE TABLE Privilegee( P_number INT NOT NULL, Pname VARCHAR(30) NOT

i created library DataBase

so insert values into this table

* i want the query

i created library DataBase so insert values into this table * i

CREATE TABLE Privilegee( P_number INT NOT NULL, Pname VARCHAR(30) NOT NULL, loan_period VARCHAR(30) NOT NULL, max_item INT, max_renewal INT, PRIMARY KEY (P_number)) Table created. CREATE TABLE LibraryItems( 1_number INT NOT NULL, Availability_VARCHAR(3) NOT NULL, PRIMARY KEY (1_number) ) Table created

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!