创建数据库使用以下哪项( )A.create mytestB.create table mytestC.database mytestD.create database mytest
创建数据库使用以下哪项( )
A.create mytest
B.create table mytest
C.database mytest
D.create database mytest
相关考题:
已知如下的命令执行 java MyTest a b c 请问哪个语句是正确的?() A.args[0] = "MyTest a b c"B.args[0] = "MyTest"C.args[0] = "a"D.args[1]= 'b'
已知如下的命令执行java My Test abc,( )语句是正确的。A.args[0]="My Test abc"B.args[0]="My Test"C.args[0]="a"D.args[0]="abc"
已知如下的命令执行java MyTest a b c 请问哪个语句是正确的()A、args[0] = "MyTest a b c"B、args[0] = "MyTest"C、args[0] = "a"D、args[1]= 'c'
假设IIS所预设的主目录位置为D:\Test,如果在D:\Test目录下的mytest.htm被浏览,则其在浏览器中的地址为( )。A.http://mytest.htmB.http://localhostC.http://localhost/mytest.htmD.http//localhost/mytest.htm/test/mytest.htm
以命令”javaMyTestabc”执行文件MyTest.class后,表达式()为真。Aargs[0]="MyTestabc"Bargs[0]="MyTest"Cargs[0]="a"Dargs[1]=’b’
创建数据库使用的语句是()A.create db 数据库名B.create table 数据库名C.database 数据库名D.create database 数据库名