Table
Columns
Table and Alias
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
第2题:
A.CONTROL
B.UPDATE
C.USAGE
D.ALTER
第3题:
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?()
第4题:
Which of the following describes the objects of a DB2 database and their relationships?()
第5题:
Which of the following privileges permits a user to update the comment on a sequence?()
第6题:
Which view should a user query to display the columns associated with the constraints on a table owned by the user? ()
第7题:
Which data dictionary table should you query to view the object privileges granted to the user on specific columns? ()
第8题:
USER_TAB_PRIVS_MADE
USER_TAB_PRIVS
USER_COL_PRIVS_MADE
USER_COL_PRIVS
第9题:
USER_CONSTRAINTS
USER_OBJECTS
ALL_CONSTRAINTS
USER_CONS_COLUMNS
USER_COLUMNS
第10题:
Each extra column in the copy with more columns must not have a default value
Columns that are common to both versions of the table must be defined in the same order on the master and the slave
The slave database cannot have more columns than the master. Only the master database can have more columns
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
The master database cannot have more columns than the slave. Only the slave deatbase can have more columns
第11题:
GRANT SELECT,UPDATE(grade)ON TABLE sc TOuser1
GRANT SELECT sc,UPDATE sc,grade TO user1
GRANT SELECT,UPDATE ON TABLE sc.grade TO user1
GRANT SELECT ON TABLE sc,UPDATE ON TABLE sc(grade)TO user1
第12题:
REVOKE DROP ON t1 FROM PUBLIC
REVOKE UPDATE ON t1 FROM PUBLIC
REVOKE DELETE ON t1 FROM PUBLIC
REVOKE CONTROL ON t1 FROM PUBLIC
第13题:
A.Table
B.Columns
C.Table and Alias
D.Columns and Alias
第14题:
Which table of EIGRP route information are held in RAM and maintained through the use of hello and update packets?()
第15题:
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?()
第16题:
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?()
第17题:
For which two SQL statements can you use the Flashback Table feature to revert a table to its previous state?()
第18题:
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()
第19题:
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?()
第20题:
The statement would not execute because table aliases are not allowed in the JOIN clause.
The statement would not execute because the table alias prefix is not used in the USING clause.
The statement would not execute because all the columns in the SELECT clause are not prefixed with table aliases.
The statement would not execute because the column part of the USING clause cannot have a qualifier in the SELECT list.
第21题:
The command fails because SCOTT still has privileges.
The command succeeds and privileges are revoked from JIM.
The command fails because HR cannot revoke the privileges from JIM.
The command succeeds and only HR has the privilege to perform the SELECT, INSERT, and UPDATEoperations on the EMP table.
第22题:
REFERENCES
SELECT
UPDATE
ALTER
第23题:
Table
Columns
Table and Alias
Columns and Alias
第24题:
CONTROL
UPDATE
USAGE
ALTER