题库 产品/项目/运营 题目列表 1.从 Customers 表中检索所有的 ID 现有表Custom...
单选题
1.从 Customers 表中检索所有的 ID
现有表Customers如下:
cust_id
A
B
C
【问题】
编写 SQL 语句,从 Customers 表中检索所有的cust_id
【示例答案】
返回cust_id列的内容
cust_id
A
B
C
A.

Select cust_id from Customers;

B.

Select id from Customers;

C.

Select cust from Customers;

D.

Select Customers from Customers;

题目信息
校招真题
-
正确率
0
评论
32
点击