niusouti.com

A user utilizing an alias to update a subset of columns in a table must have UPDATE privileges on which of the following DB2 objects?()A.TableB.ColumnsC.Table and AliasD.Columns and Alias

题目
A user utilizing an alias to update a subset of columns in a table must have UPDATE privileges on which of the following DB2 objects?()

A.Table

B.Columns

C.Table and Alias

D.Columns and Alias


相似考题
更多“A user utilizing an alias to update a subset of columns in a table must have UPDATE privileges on which of the following DB2 objects?() A.TableB.ColumnsC.Table and AliasD.Columns and Alias”相关问题
  • 第1题:

    A user needs to create a trigger that will update table T2 whenever a row is added to table T1. Assuming the user has all appropriate privileges for table T2, which privilege is required on table T1 to create the trigger?()

    A.REFERENCES

    B.SELECT

    C.UPDATE

    D.ALTER


    参考答案:D

  • 第2题:

    Which of the following describes the objects of a DB2 database and their relationships?()

    A.Instance

    B.Table space

    C.System catalog

    D.Schema repository


    参考答案:C

  • 第3题:

    Which of the following privileges permits a user to update the comment on a sequence?()

    A.CONTROL

    B.UPDATE

    C.USAGE

    D.ALTER


    参考答案:D

  • 第4题:

    An Alias can be an alternate name for which DB2 object?()

    • A、Sequence
    • B、Trigger
    • C、Schema
    • D、View

    正确答案:D

  • 第5题:

    Which method will configure an e-mail notification when permanent hardware errors are logged in the errorlog?()  

    • A、Create or update the errnotify stanza in the ODm
    • B、Update errpt daemon configuration file /etc/errpt.conf.
    • C、Update errpt daemon configuration file /var/adm/errpt.conf.
    • D、Define a notification alias in the /etc/syslog.conf file with the *.error stanza

    正确答案:A

  • 第6题:

    Which of the following statements is used to revoke all DML privileges on table EMPLOYEE from user TOM?()

    • A、REVOKE ALL PRIVILEGES FROM USER tom
    • B、REVOKE ALL ON EMPLOYEE FROM USER tom
    • C、REVOKE EXECUTE ON EMPLOYEE FROM USER tom
    • D、REVOKE PRIVILEGES ON EMPLOYEE FROM USER tom

    正确答案:B

  • 第7题:

    A user utilizing an alias to update a subset of columns in a table must have UPDATE privileges on which of the following DB2 objects?()

    • A、Table
    • B、Columns
    • C、Table and Alias
    • D、Columns and Alias

    正确答案:A

  • 第8题:

    Assuming PUBLIC has been granted all privileges on table T1, which of the following statements would continue to permit any user to add rows to table T1, but not remove them?()

    • A、REVOKE DROP ON t1 FROM PUBLIC
    • B、REVOKE UPDATE ON t1 FROM PUBLIC
    • C、REVOKE DELETE ON t1 FROM PUBLIC
    • D、REVOKE CONTROL ON t1 FROM PUBLIC

    正确答案:C

  • 第9题:

    You have been tasked with performing an update to the IDP attack database. Which three requirements areincluded as part of this task?()

    • A、The IDP security package must be installed after it is downloaded.
    • B、The device must be rebooted to complete the update.
    • C、The device must be connected to a network.
    • D、An IDP license must be installed on your device.
    • E、You must be logged in as the root user

    正确答案:A,C,D

  • 第10题:

    Which data dictionary table should you query to view the object privileges granted to the user on specific columns? ()

    • A、USER_TAB_PRIVS_MADE
    • B、USER_TAB_PRIVS
    • C、USER_COL_PRIVS_MADE
    • D、USER_COL_PRIVS

    正确答案:D

  • 第11题:

    多选题
    You need to replicate a table from a master to a slave. The master and slave copies of the table will have different number of columns. Which two conditions must be true?()
    A

    Each extra column in the copy with more columns must not have a default value

    B

    Columns that are common to both versions of the table must be defined in the same order on the master and the slave

    C

    The slave database cannot have more columns than the master. Only the master database can have more columns

    D

    Columns that are common to both versions of the table must come first in the table definition, before any additional columns are additional columns are defined on either server

    E

    The master database cannot have more columns than the slave. Only the slave deatbase can have more columns


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

  • 第12题:

    单选题
    A user utilizing an alias to update a subset of columns in a table must have UPDATE privileges on which of the following DB2 objects?()
    A

    Table

    B

    Columns

    C

    Table and Alias

    D

    Columns and Alias


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

  • 第13题:

    Assuming PUBLIC has been granted all privileges on table T1, which of the following statements would continue to permit any user to add rows to table T1, but not remove them?()

    A.REVOKE DROP ON t1 FROM PUBLIC

    B.REVOKE UPDATE ON t1 FROM PUBLIC

    C.REVOKE DELETE ON t1 FROM PUBLIC

    D.REVOKE CONTROL ON t1 FROM PUBLIC


    参考答案:C

  • 第14题:

    An Alias can be an alternate name for which DB2 object?()

    A.Sequence

    B.Trigger

    C.Schema

    D.View


    参考答案:D

  • 第15题:

    A user can ping everything on the local network earth.net from an AIX box (which is located on earth.net). However, if the user tries to ping something on another network (mars.net) the user must type the fully qualified hostname. What can the user do so that the fully qualified hostname does not have to be typed every time the user wants to access ANY machine on mars.net?()

    • A、Edit the /etc/hosts file and add an alias to the correct entry
    • B、Set up an alias in his .kshrc file to alias the hostname to the fully qualified hostname
    • C、Add an alias to /etc/aliases
    • D、Add mars.net to the search path of the resolv.conf file

    正确答案:D

  • 第16题:

    You need to replicate a table from a master to a slave. The master and slave copies of the table will have different number of columns. Which two conditions must be true?()

    • A、Each extra column in the copy with more columns must not have a default value
    • B、Columns that are common to both versions of the table must be defined in the same order on the master and the slave
    • C、The slave database cannot have more columns than the master. Only the master database can have more columns
    • D、Columns that are common to both versions of the table must come first in the table definition, before any additional columns are additional columns are defined on either server
    • E、The master database cannot have more columns than the slave. Only the slave deatbase can have more columns

    正确答案:B,D

  • 第17题:

    A user needs to create a trigger that will update table T2 whenever a row is added to table T1. Assuming the user has all appropriate privileges for table T2, which privilege is required on table T1 to create the trigger?()

    • A、REFERENCES
    • B、SELECT
    • C、UPDATE
    • D、ALTER

    正确答案:D

  • 第18题:

    Which of the following describes the objects of a DB2 database and their relationships?()

    • A、Instance
    • B、Table space
    • C、System catalog
    • D、Schema repository

    正确答案:C

  • 第19题:

    Which of the following privileges permits a user to update the comment on a sequence?()

    • A、CONTROL
    • B、UPDATE
    • C、USAGE
    • D、ALTER

    正确答案:D

  • 第20题:

    Which method will configure an e-mail notification when permanent hardware errors are logged in the errorlog?()

    • A、Create or update the errnotify stanza in the ODM.
    • B、Update errpt daemon configuration file /etc/errpt.conf.
    • C、Update errpt daemon configuration file /var/adm/errpt.conf.
    • D、Define a notification alias in the /etc/syslog.conf file with the *.error stanza.

    正确答案:A

  • 第21题:

    The user HR owns the EMP table. The user HR grants privileges to the user SCOTT by using this command:  SQL> GRANT SELECT,INSERT,UPDATE ON emp TO scott WITH GRANT OPTION; The user SCOTT executes this command to grant privileges to the user JIM: SQL> GRANT SELECT,INSERT,UPDATE ON hr.emp TO jim;  Now, the user HR decides to revoke privileges from JIM using this command: SQL> REVOKE SELECT,INSERT,UPDATE ON emp FROM jim; Which statement is true after HR issues the REVOKE command()

    • A、The command fails because SCOTT still has privileges.
    • B、The command succeeds and privileges are revoked from JIM.
    • C、The command fails because HR cannot revoke the privileges from JIM.
    • D、The command succeeds and only HR has the privilege to perform the SELECT, INSERT, and UPDATEoperations on the EMP table.

    正确答案:C

  • 第22题:

    You are adatabase developer. You develop atask management application that connect stoa SQLServer 2008 database named TaskDB.Users logon to the application by using a SQLServer login. The application contains amodule named Task that assigns tasks tousers. Information about the setasks is stored in the Tasks table of the TaskDB data base. The Tasks table contains multiple columns. These include the Close Dateand Estimated Timecolumns. The application must meet the following security requirements: Users assigned toad atabase role named User 1 canupd ate all task information columns except the Close Date and the Estimated Time columns in the Tasks table. Administrative users assigned toad atabase role named Task_Admin canupd ateall task information in the Tasks table.You needto design a strategy to meet the security requirements. Which two actions should you perform?()

    • A、Add the Task_Admin role to thedb_accessadmin fixed database role.
    • B、Grant Update permissions on the Tasks table to the Task_Admin role.
    • C、Grant Update  permissions on  the  Tasks table to  the  User  1  role foreach  column  except the  Close  Dateand Estimated  Time columns.
    • D、Createan  INSTEAD OF trigger  on  the  Tasks Table. Use theIs_Member function  toprevent the  User  1  role from updating the Close  Date and Estimated  Time columns.

    正确答案:B,C

  • 第23题:

    多选题
    You have been tasked with performing an update to the IDP attack database. Which three requirements areincluded as part of this task?()
    A

    The IDP security package must be installed after it is downloaded.

    B

    The device must be rebooted to complete the update.

    C

    The device must be connected to a network.

    D

    An IDP license must be installed on your device.

    E

    You must be logged in as the root user


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