• 2022-06-17
    以下哪一条命令能够关闭所有已打开的数据库及表()
    A: USE
    B: CLOSE DATABASE
    C: CLOS DATA ALL
    D: CLOSE TABLES
  • C

    内容

    • 0

      一数据库名为student,要想打开该数据库,应使用命令 A: OPEN student B: OPEN DATABASE student C: USE DATABASE student D: USE student

    • 1

      一数据库名为student,要想打开该数据库,应使用的命令() A: OPEN student B: OPEN DATABASE student C: USE student D: USE DATABASE student

    • 2

      设已打开5个文件,文件号分别为1,2,3,4,5。要关闭所有文件,以下语句正确的是______。 A: A) Close#1,2,3,4,5 B: B) Close#1;#2;#3;#4;#5 C: C) Close#1-#5 D: D) Close

    • 3

      设已打开5个文件,文件号为1、2、3、4、5。要关闭所有文件,则下列语句中正确的是()。 A: Close #1,2,3,4,5 B: Close #1,#2,#3,04,#5 C: Close #1-#5 D: Close #1,#2,#3,#4,#5

    • 4

      显示所有数据库中的所有表的命令是哪一个? A: show databases; B: show tables; C: show database; D: show table;