automated commit by check50 [check50=True]

This commit is contained in:
daviddoji
2026-04-13 17:00:26 +02:00
parent 7aac197f90
commit acf4a487b5

5
10.sql
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";