From acf4a487b5f6c2fa4fc9efab9a307b0ee41903d7 Mon Sep 17 00:00:00 2001 From: daviddoji Date: Mon, 13 Apr 2026 17:00:26 +0200 Subject: [PATCH] automated commit by check50 [check50=True] --- 10.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/10.sql b/10.sql index e69de29..f157615 100644 --- a/10.sql +++ b/10.sql @@ -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";