This commit is contained in:
3
4.sql
Normal file
3
4.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- write a SQL query to count how many prints by Hiroshige have English titles that refer to the “Eastern Capital”.
|
||||
-- Hiroshige’s prints were created in Japan’s “Edo period,” referencing the eastern capital city of Edo, now Tokyo.
|
||||
SELECT COUNT(*) FROM "views" WHERE "artist" = "Hiroshige" AND "english_title" LIKE "%Eastern%Capital%";
|
||||
Reference in New Issue
Block a user