参考答案和解析
正确答案:B
更多“The sending or conveying of information from one place to another is the process ofANetwor ”相关问题
  • 第1题:

    查询“工资表”的全部记录并存储于文本文件one中的正确SQL命令是( )。

    A.SELECT*FROM工资表INTO FILE one

    B.SELECT*FROM工资表TO FILIE one

    C.SELECT*FROM工资表INTO CURSOR one

    D.SELECT*FROM工资表TO CURSOR one


    正确答案:B
    使用短语TOFILEFileName[ADDl—TIVE]可以将查询结果存放到文本文件中,其中FileName给出了文本文件名,如果使用ADDITIVE则将结果追加到原文件的尾部,否则将覆盖原有文件。

  • 第2题:

    OSPF is enabled on router A. You execute the following command on router A and receive theaccompanying output:RouterAping 224.0.0.5 repeat1Type escape sequence to abort.Sending 1, 1 00 - byte ICMP Echos to 224.0.0.5, timeout is 2 seconds:Reply to request 0 from 10.100.100.1, 4 ms10.100.100.1 is the IP address of a loopback interface on router A.What can you conclude about router A?()

    A. Only the router A loopback interface is parti cipating in the OSPF routing process

    B. None of the router A interfaces are participating in the OSPF routing process

    C. Router A is using the loopback interface IP address as its OSPF router ID

    D. Router A does not have any reachable OSPF neighbors


    参考答案:D

  • 第3题:

    查询学生表 S 的全部记录并 存储 于临时表文件 one 中的 SQL 命令是

    A)SELECT * FROM 学生表 INTO CURSOR one

    B)SELECT * FROM 学生表 TO CURSOR one

    C)SELECT * FROM 学生表 INTO CURSOR DBF one

    D)SELECT * FROM 学生表 TO CURSOR DBF one


    正确答案:A

  • 第4题:

    查询学生表S的全部记录并存储于临时表文件one中的SQL命令是( )。

    A.SELECT*FROM学生表INTO CURSOR one

    B.SELECT*FROM学生表To CURSoR one

    C.SELECT*FROM学生表INTO CURSOR DBF one

    D.SELECT*FROM学生表TO CURSOR DBF one


    正确答案:A
    A。【解析】使用短语INTOCURSORCursorName可以将查询结果存放到临时数据库文件中,其中CursorName是临时文件名,该短语产生的临时文件是一个只读的.dbf文件,当查询结束后该临时文件是当前文件,可以像一般的.dbf文件一样使用,当关闭文件时该文件将自动删除。

  • 第5题:

    10.I don-t like this T-shirt. Could you show me _______one,please? .

    A.other

    B.the other

    C.others

    D.another


    正确答案:D

  • 第6题:

    ( 31 )查询 “ 教师表 ” 的全部记录并存储于 临 时文件 one.dbf 中的 SQL 命令是

    A ) SELECT * FROM 教师表 INTO CURSOR one

    B ) SELECT * FROM 教师表 TO CURSOR one

    C ) SELECT * FROM 教师表 INTO CURSOR DBF one

    D) SELECT * FROM 教师表 TO CURSOR DBF one


    正确答案:A