332CIS Lab Activity Sheet
332CIS Lab Activity Sheet
Student Name:
Answer only
Step 1/7
Database creation:-
Explanationfor step 1
1. Table creation:-
Publisher table –
Book table –
Explanationfor step 2
Note:- Two tables i.e. "Publisher" and "Book" are created as per the
requirement of the question 1.
Step 3/7
In Publisher table –
In Book table –
Result -
Step 5/7
Result -
Step 6/7
Result -
Step 7/7
Result -
Final answer
Points to be noted:-
1) All Necessary primary key and foreign key constraints were added
during the creation of tables, please check them,
2) Results of each SQL queries were given with each query to help
you understand each of the queries.