正确错误使用create命令建立表时,表文件的扩展名不能省略。
举一反三
- 用DO命令调用程序文件时,不能省略扩展名的是()文件和()文件。
- SQL中建立惟一性索引的语句是 A: CREATE INDEX 索引名 ON 表名(属性名) B: CREATE INDEX UNIQUE 索引名 ON 表名(属性名) C: CREATE UNIQUE INDEX 索引名 ON 表名(属性名) D: CREATE DISTINCT INDEX 索引名 ON 表名(属性名)
- 使用SQL语言的CREATE TABLE命令可以直接建立表。
- 查询表的创建语句,使用 A: create databae表名; B: show tables; C: select * from 表名; D: show create table 表名;
- 创建表的语法是()。 A: createtable表名 B: create表名 C: create表名table D: create