Question
Follow these steps: I SAW SIMILAR SOLUTIONS BUT SADLY NON OF THEM WAS OKAY WITH THE ID NUMBER. I need to update the 1, 2,
Follow these steps:
I SAW SIMILAR SOLUTIONS BUT SADLY NON OF THEM WAS OKAY WITH THE ID NUMBER. I need to update the 1, 2, 3, etc. ID numbers to the number what the user input (like 3001, 3002.... etc like in the table).
thank you.... :)
Create a program that can be used by a bookstore clerk. The program should allow the clerk to:
enter new books into 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 books. The table should have the following structure:
id | Title | Author | Qty |
3001 | A Tale of Two Cities | Charles Dickens | 30 |
3002 | Harry Potter and the Philosopher's Stone | J.K. Rowling | 40 |
3003 | The Lion, the Witch and the Wardrobe | C. S. Lewis | 25 |
3004 | The Lord of the Rings | J.R.R Tolkien | 37 |
3005 | Alice in Wonderland | Lewis Carroll | 12 |
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:
1. Enter book 2. Update book 3. Delete book 4. Search books 0. Exit
The program should perform the function that the user selects. The implementation of these functions is left up to you.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started