CALL
USAGE
EXECUTE
REFERENCES
第1题:
A user invoking a user-defined function requires which DB2 privilege?()
第2题:
Which of the following DB2 objects are publicly referenced names that require no special authority or privilege to use them?()
第3题:
All the database users are presently connected to the database instance and working. The HR userhas opened three database sessions and executed the following command in one of his sessions: SQL> UPDATE persons SET ccode=’U031’ WHERE ccode=’U029’; 123 rows updated. SQL> DELETE FROM persons WHERE exp=’Y’; 3 rows deleted. The SYS user opens a new session after HR executed the above commands. Which sessions can seethe effect of the UPDATE and DELETE commands ()
第4题:
Which statements describe the capabilities of the DBMS_NETWORK_ACL_ADMIN package?()
第5题:
Which backup option defines a user-defined name for a backup? ()
第6题:
You need to design the restrictions on the Bank.Customers table. Which three actions should you perform?()
第7题:
The method invoked by this function must be statie.
The function class must implement the Function interface.
The expression is NOT a valid EL expression for invoking a function.
The function must be declared in a web.xml file using the
The function class must have a method with the signature:Void bloof (java.lang.Strings)
第8题:
All sessions of the HR user only
All sessions of the HR user and the SYS user
The session of the HR user that executed the commands
All the sessions for which the database users have access privilege to the PERSONS table
第9题:
View
Alias
Table
Package
第10题:
CALL
USAGE
EXECUTE
REFERENCES
第11题:
Sets
Workflow
Cron Task
Notification
第12题:
one that uses an internal SQL Server Web service endpoint
one that runs a SQL Server Integration Services (SSIS) package
one that uses Service Broker
one that runs a user-defined function
第13题:
Which statement is true about a DB2 user that is to be used as the database user for IBM Tivoli Access Manager for Enterprise Single Sign-On IMS Server?()
第14题:
Which of the following is a characteristic of a schema?()
第15题:
All the database users are presently connected to the database instance and working. The HR user hasopened three database sessions and executed the following command in one of his sessions:SQL> UPDATE persons SET ccode=’U031’ WHERE ccode=’U029’; 123 rows updated.SQL> DELETE FROM persons WHERE exp=’Y’;3 rows deleted. The SYS user opens a new session after HR executed the above commands. Which sessions can see theeffect of the UPDATE and DELETE commands()
第16题:
Which one is a system privilege?()
第17题:
You execute the following command toauditdatabase activities: SQL>AUDITDROP ANY TABLE BY scott BY SESSION WHENEVER SUCCESSFUL; What is the effect of this command()
第18题:
The user must be granted the database administrator (DBA) privilege.
The user must be listed in the password file for the authentication.
No special setup is needed for the user to connect as SYSDBA in iSQL*Plus.
Set up a user in the Oracle Application Server Containers for J2EE (OC4J) user manager,and grant the webDba role to the user.
第19题:
Oneauditrecord is created for every successful DROP TABLE command executed in the session ofSCOTT.
Oneauditrecord is generated for the session when SCOTT grants the DROP ANY TABLE privilege toother users.
One audit record is created for the whole session if user SCOTT successfully drops one or more tablesin his session.
One audit record is created for every session of any other user in which a table owned by SCOTT isdropped successfully.
One audit record is created for every successful DROP TABLE command executed by any user to droptables owned by SCOTT.
第20题:
all sessions of the HR user only
all sessions of the HR user and the SYS user
the session of the HR user that executed the commands
all the sessions for which the database users have access privilege to the PERSONS table
第21题:
integrated Web filtering
local Web filtering
redirect Web filtering
content filtering
第22题:
Foreign key references cannot cross schema boundaries.
A DB2 user must be created before a schema with the same name can be created.
If no schema is specified when an object is created, the default schema PUBLIC is used.
A schema enables the creation of multiple objects in a database without encountering namespace collisions.
第23题:
FORMAT
NAME
TAG
FORMAT U%
第24题:
The database user must be created using DB2 Control Center.
The database user must be created using the DB2 Command Line Processor.
The database user may be created using DB2 Control Center or DB2 Command Line Processor.
The database user must be created by IBM Tivoli Access Manager for Enterprise Single Sign-On V8.0.1 IMS Installer.