• 2022-05-29
    使用select将表中数据导出到文件,可以使用()子句。
    A: to file
    B: into file
    C: out to file
    D: into outfile
  • D

    内容

    • 0

      在/home/student/zhangsan子目录下有一文件file,使用命令将file文件中的内容输出到当前工作目录下的file.copy文件中。

    • 1

      在/home/stud1/wang目录下有一文件file,使用 ( )可实现在后台执行命令,此命令将file文件中的内容输出到

    • 2

      ​将一个文件file的权限更改为-rwxrwxrwx,可以使用chmod 777 file命令。‌

    • 3

      使用File file=new File("c:\\myletter","letter.txt")创建一个文件对象()

    • 4

      假设需要导出某个表table1,只导出表结构,不导出数据,可以使用如下()命令。 A: EXP user/pwd tables=(name,table1)file=export.dmp Rows=y B: EXP user1/pwd table table1 file=extable1.dmp C: EXP user/pwd tables=(name,table1)file=export.dmp Rows=n D: EXP user1/pwd table=table1 file=extable1.dmp Rows=