In: Computer Science
Web Programming Task + Database sql
Write a command to display the ISBN number and the price in the table books.
Write a command to increase the price of each book in the table books by 50 cents.
Write a command to display the price and title in the table books of ISBN 0-672-31697-8
Write a command to change the price in the table books of ISBN 0-672-31697-8 to 25.00.
Write a command to insert yourself into the table customers. Remember customerid is autoincrement.
Write a command to delete yourself from the table customers.