返回卡包市场
SQL
暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。
卡片总数: 4 张•内容版本: v4•公开卡包•更新时间: 8/1/2026
卡片预览 (4 张)
#1
正面 (问题)
Order of the key words
背面 (解答)
SELECT FROM WHERE
#2
正面 (问题)
what does SELECT do in SQL
背面 (解答)
select something from a list (like if you want team names and student IDS, say SELECT TeamName, StudentID
#3
正面 (问题)
What does FROM do in SQL
背面 (解答)
say what list the thingy is coming from
#4
正面 (问题)
what does WHERE do in SQL
背面 (解答)
state the conditions that the stuff should be like (where YearGroup = 11)