Guest User

Untitled

a guest
Aug 16th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.09 KB | None | 0 0
  1. SELECT maker, MAX(price)
  2. FROM product JOIN PC ON Product.model = PC.model
  3. GROUP BY maker
Add Comment
Please, Sign In to add comment