orders_Detail
column to store key-value pairs of data.
orders_Detail
has the following keys:
customer
: it will store a customer’s data who purchased the product.items
: it will store the order details, product
& qty
.SELECT
command to retrieve the orders table’s data.