问题 单项选择题

在Access数据库中创建一个新表,应该使用的SQL语句是

A.Create Table

B.Create Index

C.Alter Table

D.Create Database

答案

参考答案:A

解析: 本题考查的是SQL语句。create Table:创建表。Alter Table:在已有表中添加新字段或约束。create Index:为字段或字段组创建索引。create Database:Access中没有该命令。

单项选择题
判断题