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

3
2.sql Normal file
View File

@@ -0,0 +1,3 @@
-- write a SQL query to list the average colors of prints by Hokusai that include “river” in the English title.
-- (As an aside, do they have any hint of blue?)
SELECT "average_color" FROM "views" WHERE "artist" = "Hokusai" AND "english_title" LIKE "%river%";