Question: Compulsory Task Follow these steps: Create a program that can be used by a bookstore clerk. The program should allow the clerk to: add new
Compulsory Task
Follow these steps:
Create a program that can be used by a bookstore clerk. The program
should allow the clerk to:
add new books to the database
update book information
delete books from the database
search the database to find a specific book
Create a database called ebookstore and a table called book. The table
should have the following structure:
id title author qty
A Tale of Two Cities Charles Dickens
Harry Potter and the Philosopher's
Stone
JK Rowling
The Lion, the Witch and the
Wardrobe
C S Lewis
The Lord of the Rings JRR Tolkien
Alice in Wonderland Lewis Carroll
Populate the table with the above values. You can also add your own values
if you wish.
The program should present the user with the following menu:
Enter book
Update book
Delete book
Search books
Exit
The program should perform the function that the user selects. The
implementation of these functions is left up to you, but a demonstration of the
topics we have covered in the last module should be shown
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
