Guest User

Untitled

a guest
Apr 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. SELECT Nome
  2. FROM Revendedoras
  3. WHERE Cidade = ‘Porto Alegre’
  4. ORDER BY Nome
  5.  
  6. SELECT Código, Ano, Fabricante, Modelo
  7. FROM Automóveis, Negócios
  8. WHERE PreçoVenda > PreçoTabela
  9.  
  10. SELECT PreçoVenda
  11. FROM Negócios
  12. WHERE PreçoVenda > 0
  13. ORDER BY CGC_Revenda
  14. UNION
  15. SELECT CGC, Nome FROM Revendedoras
Add Comment
Please, Sign In to add comment