automated commit by check50 [check50=True]
This commit is contained in:
2
6.sql
2
6.sql
@@ -1,3 +1,3 @@
|
|||||||
-- write a SQL query to find the average entropy of prints by Hiroshige, rounded to two decimal places.
|
-- write a SQL query to find the average entropy of prints by Hiroshige, rounded to two decimal places.
|
||||||
-- Call the resulting column “Hiroshige Average Entropy”.
|
-- Call the resulting column “Hiroshige Average Entropy”.
|
||||||
ELECT ROUND(AVG("entropy"), 2) AS "Hiroshige Average Entropy" FROM "views" WHERE "artist" = "Hiroshige";
|
SELECT ROUND(AVG("entropy"), 2) AS "Hiroshige Average Entropy" FROM "views" WHERE "artist" = "Hiroshige";
|
||||||
|
|||||||
Reference in New Issue
Block a user