From 56089f396eefcbda9bff61a212a735f8920fefe6 Mon Sep 17 00:00:00 2001 From: daviddoji Date: Mon, 13 Apr 2026 16:32:51 +0200 Subject: [PATCH] automated commit by check50 [check50=True] --- 2.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/2.sql b/2.sql index e69de29..1873ad9 100644 --- a/2.sql +++ b/2.sql @@ -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%";