Skip to content

Commit

Permalink
Create 2608.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasPLopes authored Oct 25, 2018
1 parent 1d610c3 commit 95eb20d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SQL/2608.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--2608 - Maior e Menor Preço
select max(price),min(price) from products;

0 comments on commit 95eb20d

Please sign in to comment.