下列命令不属于DBMS的数据定义语言的是:()。
A. Create
B. Drop
C. Insert
D. Alter
如果要删除Student数据库中的Information表,则可以使用命令:()。
A. Delete Table Information
B. Truncate Table Information
C. Drop Table Information
D. Alter Table Information
SQL中创建基本表应使用()语句。
A. Create Schema
B. Create Table
Create Datebase
D. Create View
在SQL中,建立表用的命令是 ()。
A. Create Schema
B. Create Table
Create View
D. Create Index