niusouti.com
更多“下列属于MySQLadmin的命令有()A、create database nameB、pingC、refreshD、passwordE、version”相关问题
  • 第1题:

    利用命令方式新建一个名为SDB的数据库,下列正确的是( )。

    A.OPEN DATABASE SDB

    B.CREATE DATABASE SDB

    C.USE DATABASE SDB

    D.CREATE SDB


    正确答案:B
    解析:在VisualFoxPro中,新建数据库的命令格式是:CREATEDATABASE数据库名>。OPENDATABASE数据库名>是用来打开一个已存在的数据库文件,选项C和D)属于语法错误。

  • 第2题:

    以下属于ICMP协议应用的命令是:

    A ipconfig

    B ping

    C tracert

    D arp


    正确答案:BC

  • 第3题:

    在SQL中,创建数据库用的命令是()

    • A、CREATE SCHEMA
    • B、CREATE TABLE
    • C、CREATE VIEW
    • D、CREATE DATABASE

    正确答案:D

  • 第4题:

    创建表的命令是()。

    • A、Create database表名
    • B、Create VIEW表名
    • C、Alter TABLE表名
    • D、Create TABLE表名

    正确答案:D

  • 第5题:

    在Visual FoxPro中,创建一个名为SDB.DBC的数据库文件,使用的命令是()

    • A、CREATE
    • B、CREATE SDB
    • C、CREATE TABLE SDB
    • D、CREATE DATABASE SDB

    正确答案:D

  • 第6题:

    下列哪条命令执行后不能产生磁盘文件()。

    • A、CREATE TABLE
    • B、CREATE VIEW
    • C、CREATE QUERY
    • D、CREATE DATABASE

    正确答案:B

  • 第7题:

    在VFP中,创建一个名为SDB.DBF的数据表文件,使用的命令是()。

    • A、CREATE CLASS SDB
    • B、CREATE FORM SDB
    • C、CREATE SDB
    • D、CREATE DATABASE SDB

    正确答案:C

  • 第8题:

    You have lost all your database control files. To recover them, you are going to use the results of the alter database backup controlfile to trace command. Your datafiles and your online redo logs are all intact.  Which of the following is true regarding your recovery?()  

    • A、 You will need to open the database with the resetlogs command.
    • B、 All you need to do is execute the trace file from SQL*Plus and it will perform the recovery for you.
    • C、 You will use the resetlogs version of the create controlfile command.
    • D、 You will use the noresetlogs version of the create controlfile command.
    • E、 You will use the trace file to create a backup control file, and then you will recover the database with the recover database using backup controlfile command

    正确答案:D

  • 第9题:

    下列哪些命令可以用来在MySQL中创建数据库()。

    • A、mysqld
    • B、mysqlshow
    • C、mysql
    • D、mysqladmin

    正确答案:C,D

  • 第10题:

    单选题
    tony wants to create a duplicate of the video application. He wants to keep a version of the data on the same server as the production application but does not want any new documents or documents modifications to be replicated into his new database once he creates it. Which one of the following should tony do to create his archive?()
    A

    create a new copy of the database

    B

    create a replica of the database

    C

    Use the windows explorer to create a copy of the database file.

    D

    Create a replica copy of the database and disable replication on the database file.


    正确答案: A
    解析: 暂无解析

  • 第11题:

    单选题
    What is true about version-enabled tables?()
    A

    The unit of versioning is the schema.

    B

    It is possible to version enable a table pertaining to SYS.

    C

    There are as many segments as versions for the same base table.

    D

    It is possible to create workspaces if there is no version-enabled table in the database.


    正确答案: A
    解析: 暂无解析

  • 第12题:

    多选题
    下列属于MySQLadmin的命令有()
    A

    create database name

    B

    ping

    C

    refresh

    D

    password

    E

    version


    正确答案: E,B
    解析: 暂无解析

  • 第13题:

    在创建数据库的Create Database语句中()参数可以指定数据或事务日志文件的初始大小。

    A.Name

    B.Filename

    C.Filegrowth

    D.Size


    本题答案:D

  • 第14题:

    下列选项中,()不是用来启用VTP修剪的命令。

    • A、vtp server
    • B、vtp client
    • C、vtp pruning
    • D、vtp password
    • E、vtp domain

    正确答案:A,B,D,E

  • 第15题:

    在Visual FoxPro中,创建一个名为SDB.DBC的数据库文件,命令是()

    • A、CREATE
    • B、CREATE SDB
    • C、CREATE TABLE SDB
    • D、CREATE DATABASE SDB

    正确答案:D

  • 第16题:

    在创建数据库的Create Database语句中()参数可以指定数据或事务日志文件的初始大小。

    • A、Name
    • B、Filename
    • C、Filegrowth
    • D、Size

    正确答案:D

  • 第17题:

    打开数据库的命令为 CREATE DATABASE。


    正确答案:错误

  • 第18题:

    如果exercise数据库已经存在,则()命令可以打开该数据库。

    • A、create database exercise
    • B、modify database exercise
    • C、open exercise
    • D、modify exercise

    正确答案:B

  • 第19题:

    tony wants to create a duplicate of the video application. He wants to keep a version of the data on the same server as the production application but does not want any new documents or documents modifications to be replicated into his new database once he creates it. Which one of the following should tony do to create his archive?()

    • A、create a new copy of the database
    • B、create a replica of the database
    • C、Use the windows explorer to create a copy of the database file.
    • D、Create a replica copy of the database and disable replication on the database file.

    正确答案:D

  • 第20题:

    What is true about version-enabled tables?()

    • A、The unit of versioning is the schema.
    • B、It is possible to version enable a table pertaining to SYS.
    • C、There are as many segments as versions for the same base table.
    • D、It is possible to create workspaces if there is no version-enabled table in the database.

    正确答案:D

  • 第21题:

    修改数据库的命令为()。

    • A、OPEN DATABASE
    • B、CREATE DATABASE
    • C、MODIFY DATABASE
    • D、SET DATABASE

    正确答案:C

  • 第22题:

    判断题
    打开数据库的命令为 CREATE DATABASE。
    A

    B


    正确答案:
    解析: 暂无解析

  • 第23题:

    单选题
    You have lost all your database control files. To recover them, you are going to use the results of the alter database backup controlfile to trace command. Your datafiles and your online redo logs are all intact.  Which of the following is true regarding your recovery?()
    A

     You will need to open the database with the resetlogs command.

    B

     All you need to do is execute the trace file from SQL*Plus and it will perform the recovery for you.

    C

     You will use the resetlogs version of the create controlfile command.

    D

     You will use the noresetlogs version of the create controlfile command.

    E

     You will use the trace file to create a backup control file, and then you will recover the database with the recover database using backup controlfile command


    正确答案: E
    解析: 暂无解析