Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.21 KB | None | 0 0
  1. SELECT books.title
  2. FROM orders,customers,books,order_iems
  3. WHERE order_items.isbn = books,isbn
  4. && orders.customerid=customers.customerid && orders.ordered = orderitems.orderid&& customers.LAST = ‘smith’;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement