From eaf34ef62e8cb185714acd5212a6a49b391f4f0e Mon Sep 17 00:00:00 2001 From: daviddoji Date: Mon, 13 Apr 2026 16:46:49 +0200 Subject: [PATCH] automated commit by check50 [check50=True] --- 5.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/5.sql b/5.sql index e69de29..ce88339 100644 --- a/5.sql +++ b/5.sql @@ -0,0 +1,3 @@ +-- write a SQL query to find the highest contrast value of prints by Hokusai. Name the column “Maximum Contrast”. +-- Does Hokusai’s prints most contrasting print actually have much contrast? +SELECT MAX("contrast") AS "Maximum Contrast" FROM "views";