七転び八起き 諦めないための学習記録

諦めないために学習記録を残しています。情報処理技術者試験の勉強記録が多いですが、その時々により内容は違います。

2023-07-06から1日間の記事一覧

宿題メールより 2023/07/06

[解説:English] A student’s ID, name, and class ID are recorded in the Student table. Which of the following SQL returns records of all students whose names start with A? a) SELECT * FROM Student WHERE name LIKE ’%A’; b) SELECT * FROM Stud…