首页题库练习题目详情
计算机基础与程序设计单选题中等

SQL 中,以下哪个语句可用来显示表中所有数据?

ASELECT * FROM table
BSELECT table FROM table
CSELECT FROM table
DSELECT data FROM table