如果希望横向合并后的数据文件只包括第一个数据文件中的个案,则应当选择()A、Both  file  iprovide  casesB、External  file  is  keyed  tableC、Working  data  file  is  keyed  tableD、Indicate  case  source  as  variable

题目

如果希望横向合并后的数据文件只包括第一个数据文件中的个案,则应当选择()

  • A、Both  file  iprovide  cases
  • B、External  file  is  keyed  table
  • C、Working  data  file  is  keyed  table
  • D、Indicate  case  source  as  variable

相似考题
更多“如果希望横向合并后的数据文件只包括第一个数据文件中的个案,则应当选择()A、Both  file  iprovide  casesB、External  file  is  keyed  tableC、Working  data  file  is  keyed  tableD、Indicate  case  source  as  variable”相关问题
  • 第1题:

    在Visual FoxPro中,执行下列命令后,当前打开的数据库文件名是( )。 Number=”5” File=”File”+Number USE&File

    A.File Number

    B.&File

    C.file5

    D.Data Base File


    正确答案:C
    执行题目所示的程序段{Number=”5”File=”File”+Number}后,变量File的值变为“File5”。因此本题中应该打开的数据库为File5,答案为选项C。

  • 第2题:

    The(72)turns the source file into an object file and the(73)turns the object file into an executable file.

    A.translator

    B.compiler

    C.interpreter

    D.linker


    正确答案:B
    解析:译文:编译程序将源文件转换成目标文件,连接程序将目标文件转换成可执行文件。

  • 第3题:

    阅读FORTRAN程序:
    OPEN(8,FILE=FILE2 DAT,STATUS=NEW)
    DO 10 I=1,3
    WEITE(8,(4I4)JI+I,J=1,4)
    10 CONTINUE
    CLOSE(8)
    END
    程序运行后,数据文件FILE2,DAT的内容是:


    答案:A
    解析:

  • 第4题:

    ______is a file that contains metadata-that is,data about data.

    A.Document
    B.Excel table
    C.Database
    D.Data dictionary

    答案:D
    解析:
    数据字典是一个包含元数据(即关于数据的数据)的文件。

  • 第5题:

    Which four actions are possible during an Online Data file Move operation?()

    • A、Creating and dropping tables in the data file being moved
    • B、Performing file shrink of the data file being moved
    • C、Querying tables in the data file being moved
    • D、Performing Block Media Recovery for a data block in the data file being moved
    • E、Flashing back the database
    • F、Executing DML statements on objects stored in the data file being moved

    正确答案:A,C,D,F

  • 第6题:

    Which of the following is a correct statement about how the user environment is configured at login?()

    • A、If present, the settings in the $HOME/.profile file will override the settings in the /etc/profile file.
    • B、If both $HOME/.profile and $HOME/.env files are present, the settings in the $HOME/.profile file will take precedence.
    • C、The settings in the /etc/environment file are system-wide and will override user customized settings in the $HOME/.profile.
    • D、The settings in the /etc/profile file will override settings in the $HOME/.profile file unless the $LOCAL_PROFILE variable is set to 'true'.

    正确答案:C

  • 第7题:

    The data file belonging to theSYSTEMtablespaceis corrupted and no backup of the file is available. How do you recover the data file?()

    • A、The data file cannot be recovered.
    • B、The date file can be restored from theSYSTEMauto backup.
    • C、Take thetablespaceoffline,drop,kand re-create it.
    • D、Recovery Manager (RMAN) is used to recover the data file.
    • E、The ALTER DATABSE CREATE DATAFILE..commandis used to recover the data file.

    正确答案:A

  • 第8题:

    Which statement describes the ROWID data type? ()

    • A、Binary data up to 4 gigabytes.
    • B、Character data up to 4 gigabytes.
    • C、Raw binary data of variable length up to 2 gigabytes.
    • D、Binary data stored in an external file, up to 4 gigabytes.
    • E、A hexadecimal string representing the unique address of a row in its table.

    正确答案:E

  • 第9题:

    ou have a large amount of historical data in a flat file. Some analysts in your organization need to query thisdata in the file. The file is too large to load the data in it into your current database.  Which is the most effectivemethod to access this data in your database()

    • A、Use the database link.
    • B、Use the SQL*Loader utility.
    • C、Use the Oracle Data Pump utility.
    • D、Create an external table and leave the data in the flat file

    正确答案:D

  • 第10题:

    单选题
    You issue this SQL statement:  ALTER DATABASE RENAME FILE ’/ORADATA/u02/user_data01.dbf’ TO ’/ORADATA/u04/user_data01.dbf’;  What does this SQL statement do?()
    A

    It updates the control file with the new location of the data file. 

    B

    It updates only the data dictionary with the new location of the data file. 

    C

    It changes the location of the user_data01.dbf file in the operating system. 

    D

    It changes the location of the user_data01.dbf file in the operating system and updates the control file with the new location of the data file.


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

  • 第11题:

    多选题
    Which four actions are possible during an Online Data file Move operation?()
    A

    Creating and dropping tables in the data file being moved

    B

    Performing file shrink of the data file being moved

    C

    Querying tables in the data file being moved

    D

    Performing Block Media Recovery for a data block in the data file being moved

    E

    Flashing back the database

    F

    Executing DML statements on objects stored in the data file being moved


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

  • 第12题:

    单选题
    Which file characteristic cannot be used in the Cisco IronPort Data Security policies?()
    A

     file type

    B

     file size

    C

     file age

    D

     file  name


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

  • 第13题:

    You are the administrator of a SQL Server 2000 computer. The server contains a database named Acct. You purge the Acct database of old records and perform. a full backup. The database now uses 4 GB of space. The database files are configured as shown in the Acct Properties exhibit.

    The server has two hard disks that are configured as shown in the Server Configuration exhibit.

    The 3 GB transaction log file for the Acct database is stored on drive C. You need to make room for a new database that has a 3 GB data file and a 1 GB transaction log file. You want to optimize database performance on both databases. You also want to minimize administrative overhead.

    What should you do?

    A.Shrink the empty data file on drive E. Place the new data file and the new log file on drive E.

    B.Shrink the empty data file on drive E. Backup and shrink the log file on drive C to 2 GB. Place the new data file on drive E and the new log file on drive C.

    C.Shrink the data file on drive D to 1 GB, and then shrink the data file on drive E to 2 GB. Place the new data file on drive D and the new log file on drive E.

    D.Shrink and delete the data file on drive C, and then shrink the database files on drives D and E so that they are both 2 GB. Place the new data file and the new log file on drive C.


    正确答案:B
    解析:Explanation: We must add a new 3GB database with a 1GB transaction log file. Currently we have database that is using 4GB for data and 3GB for the log file. We should place the log file and the data file on two different physical disks out of performance reasons.

    The command DBCC SHRINKFILE with the EMPTYFILE option can be used to shrink a datafile to empty. The data will be migrated to the other files in the filegroup. We use this method to free 4.5 GB on Drive E. Then we backup the log file on C and reduce it to 2GB. Then we put the database data file on drive (3GB) and put the log file of the new database on drive C (1GB).

    Incorrect answers:
    A: It’s better to put the data file and the log file of the new database on two different physical disks out of performance reasons.

    C: It’s better to put the data file and the log file of the new database on two different physical disks out of performance reasons.

    D: It’s better to put the data file and the log file of the new database on two different physical disks out of performance reasons.

  • 第14题:

    ●A (72) is a file that contains metadata—that is,data about data.

    (72)A.document

    B.Excel table

    C. database

    D.data dictionary


    正确答案:D

  • 第15题:

    A data ( ) is a file that contains metadata - that is, data about data.

    A.structure
    B.table
    C.base
    D.dictionary

    答案:D
    解析:
    数据字典就是包含元数据的文件,即关于数据的数据。

  • 第16题:

    Which file characteristic cannot be used in the Cisco IronPort Data Security policies?() 

    • A、 file type
    • B、 file size
    • C、 file age
    • D、 file  name

    正确答案:C

  • 第17题:

    在APG40的FMS中支持的文件类型有().

    • A、Simple file
    • B、Composite file
    • C、Infinite file
    • D、Keyed file

    正确答案:A,B

  • 第18题:

    You have a large amount of historical data in a flat file. Some analysts in your organization need toquery this data in the file. The file is too large to load the data in it into your current database.  Which is the most effective method to access this data in your database()

    • A、Use the database link.
    • B、Use the SQL*Loader utility.
    • C、Use the Oracle Data Pump utility.
    • D、Create an external table and leave the data in the flat file

    正确答案:D

  • 第19题:

    In which case would you use the Flashback Database feature to perform a recovery?()

    • A、to recover a dropped tablespace
    • B、to recover data from a truncated table
    • C、to recover a data file that has been shrunk
    • D、to recover a database to the state that existed before the RESETLOGS operation

    正确答案:B

  • 第20题:

    The data file belonging to the SYSTEM tablespace is corrupted and no backup of the file is available. How do you recover the data file?()

    • A、The data file cannot be recovered.
    • B、The date file can be restored from the SYSTEM auto backup.
    • C、Take thetablespaceoffline,drop,kand re-create it.
    • D、Recovery Manager (RMAN) is used to recover the data file.
    • E、The ALTER DATABSE CREATE DATAFILE..commandis used to recover the data file.

    正确答案:A

  • 第21题:

    Your company has two branch offices that connect by using a WAN link. Each office contains a server that runs Windows Server 2008 R2 and that functions as a file server.   Users in each office store data on the local file server. Users have access to data from the other office.   You need to plan a data access solution that meets the following requirements: èFolders that are stored on the file servers must be available to users in both offices. èNetwork bandwidth usage between offices must be minimized.   èUsers must be able to access all files in the event that a WAN link fails. What should you include in your  plan?()

    • A、On both servers, implement DFS Replication.
    • B、On both servers, install and configure File Server Resource Manager (FSRM) and File Replication  service (FRS).
    • C、On one server, install and configure File Server Resource Manager (FSRM). On the other server,install and configure File Replication Service (FRS).
    • D、On one server, install and configure Distributed File System (DFS). On the other server, install and configure the Background Intelligent Transfer Service (BITS).

    正确答案:A

  • 第22题:

    单选题
    Which of the following is a correct statement about how the user environment is configured at login?()
    A

    If present, the settings in the $HOME/.profile file will override the settings in the /etc/profile file.

    B

    If both $HOME/.profile and $HOME/.env files are present, the settings in the $HOME/.profile file will take precedence.

    C

    The settings in the /etc/environment file are system-wide and will override user customized settings in the $HOME/.profile.

    D

    The settings in the /etc/profile file will override settings in the $HOME/.profile file unless the $LOCAL_PROFILE variable is set to 'true'.


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

  • 第23题:

    单选题
    如果希望横向合并后的数据文件只包括第一个数据文件中的个案,则应当选择()
    A

    Both  file  iprovide  cases

    B

    External  file  is  keyed  table

    C

    Working  data  file  is  keyed  table

    D

    Indicate  case  source  as  variable


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