bot50
2026-04-13 15:00:31 +00:00
commit 4c11fc56c0
10 changed files with 31 additions and 0 deletions

5
10.sql Normal file
View File

@@ -0,0 +1,5 @@
-- write a SQL query to answer a question of your choice about the prints. The query should:
-- Make use of AS to rename a column
-- Involve at least one condition, using WHERE
-- Sort by at least one column, using ORDER BY
SELECT ROUND(AVG("brightness"), 2) AS "Hiroshige Average Brightness" FROM "views" WHERE "artist" = "Hiroshige";