Guest User

Untitled

a guest
Jul 11th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. product_id name desc price
  2. 1 product 1 This is product 1 27.00
  3.  
  4. order_id customer id order_total
  5. 1 3 34.99
  6.  
  7. order_details_id product_id product name price qty
  8. 1 1 product 1 27.00 1
  9.  
  10. id product_id name desc price
  11. 1 1 product 1 This is product 1 27.00
  12.  
  13. order_details_id product_Update_id qty
  14. 1 1 1
Add Comment
Please, Sign In to add comment