bot50
2026-04-13 14:56:43 +00:00
commit e5394a41b8
10 changed files with 24 additions and 0 deletions

3
5.sql Normal file
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";