Quotes help make search much faster. Example: "Practice Makes Perfect"

Tuesday, May 9, 2017

Codecademy SQL: Analyzing Business Metrics Exercise 1 of 14


--first answer

select *
from purchases
order by id
limit 10;

--second answer

select *
from gameplays
order by id
limit 10;

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts