automated commit by check50 [check50=True]
This commit is contained in:
3
1.sql
Normal file
3
1.sql
Normal 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";
|
||||||
Reference in New Issue
Block a user