Chapter 11: Problem 6
Create an order table and an orderItems table in the books database to storc orders placed by customers. The order table should store an orderID, an orderDate and the email address of the customer who placed the order. [Note: You will need to modify the form in Exercise 11.6 to include the customer's e-mail address]. The order Items table should store the orderID, ISBN, price and quantity of cach book in the order. Modify process.jsp so that it stores the order information in the order and orderttems tables.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.