Sequence
Schema
Group
View
第1题:
Derek has created a view in the products.nsf database. Derek wants the markup column in the view to display the selling price of the cost. He wants this value to display in currency. Which one of the following should derekl do? ()
第2题:
tommy has created a sales view in his sales.nsf database. Tommy wants negative numbers in the sales number column in the view parenthesis. which one of the following should tommy do?()
第3题:
On which of the following database objects may the SELECT privilege be controlled?()
第4题:
Which of the following DB2 objects are publicly referenced names that require no special authority or privilege to use them?()
第5题:
The HR user creates a view with this command: SQL> CREATE VIEW emp_v AS SELECT * FROM scott.emp; Now HR wants to grant the SELECT privilege on the EMP_V view to the JIM user. Which statement is true in this scenario?()
第6题:
A database user SMITH tries to query the V$SESSION view and fails to access it as follows: SQL> connect smith/smith Connected. SQL> SELECT * FROM v$session; SELECT * FROM v$session * ERROR at line 1: ORA-00942: table or view does not exist Which are the two possible solutions to enable SMITH to query the data in V$SESSION()
第7题:
Instance
Table space
System catalog
Schema repository
第8题:
View
Table
Routine
Package
第9题:
You can find information about only active transactions from the view
You can find information about read only transactions from the view
You require the SELECT ANY TRANSACTION system privilege to access the view
You can find information about both active and committed transactions from the view
You require the SELECT ON FLASHBACK_TRANSACTION_QUERY object privilege to access the view
第10题:
Journal
Task Center
Control Center
Activity Monitor
第11题:
HR can grant the privilege to JIM but without GRANT OPTION.
HR can grant the privilege to JIM because HR is the owner of the view.
SCOTT has to grant the SELECT privilege on the EMP table to JIM before this operation.
HR needs the SELECT privilege on the EMP table with GRANT OPTION from SCOTT for this operation.
第12题:
DBA_USERS
DBA_OBJECTS
DBA_TS_QUOTAS
DBA_TAB_PRIVS
第13题:
An Alias can be an alternate name for which DB2 object?()
第14题:
Which of the following database objects is considered executable using SQL?()
第15题:
Which of the following database objects can be used to raise an error if a table is updated?()
第16题:
A number of applications issue the following SQL statement:SELECT d.deptno, e.empno, e.salary FROM department d INNER JOIN employee e ON d.deptno = e.deptnoA database administrator wishes to store this query within the database. Which of the following database objects can be used to accomplish this?()
第17题:
Your application regularly issues the following statement: SELECT * FROM BANK_ACCT WHERE ACCT_BALANCE BETWEEN 1000 and 10000; Which of the following database objects would be inappropriate for use with this statement?()
第18题:
You are identifying dictionary objects in the Oracle database. Which of the following is a view in the data dictionary?()
第19题:
Materialized views
Indexes
Index-organized tables
Hash clusters
第20题:
V$DATABASE
DBA_TABLES
SYSAUD$
EMP
第21题:
View
Alias
Table
Package
第22题:
Sequence
Schema
Group
View
第23题:
Alias
View
Schema
Trigger
第24题:
use the @currenty in thr column formula in the view
Select currency on the numbers tab in the view properties box
Select currency on the numbers tab in the column properties box
Select currency on the numbers tab in the field properties box