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

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
Get step-by-step solutions from verified subject matter experts
