automated commit by check50 [check50=True]

This commit is contained in:
daviddoji
2026-04-13 16:27:31 +02:00
commit 703d943fcb
10 changed files with 3 additions and 0 deletions

3
1.sql Normal file
View File

@@ -0,0 +1,3 @@
-- write a SQL query that a translator might take interest in: list, side by side, the Japanese title and the
-- English title for each print. Ensure the Japanese title is the first column, followed by the English title.
SELECT "japanese_title", "english_title" FROM "views";