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

Friday, May 5, 2017

Codecademy SQL Find the bakery's distance from the market rounded to two decimal places


SELECT ROUND(distance, 2) as distance_from_market FROM bakeries;

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts