automated commit by check50 [check50=True]

This commit is contained in:
daviddoji
2026-04-13 16:46:49 +02:00
parent 88de49ca26
commit eaf34ef62e

3
5.sql
View File

@@ -0,0 +1,3 @@
-- write a SQL query to find the highest contrast value of prints by Hokusai. Name the column “Maximum Contrast”.
-- Does Hokusais prints most contrasting print actually have much contrast?
SELECT MAX("contrast") AS "Maximum Contrast" FROM "views";