USER_CONSTRAINTS
USER_OBJECTS
ALL_CONSTRAINTS
USER_CONS_COLUMNS
USER_COLUMNS
第1题:
Which data dictionary table should you query to view the object privileges granted to the user on specific columns?()
第2题:
Derek has created a view in the sales.nsf db. Derek wants the sales value column in the view to be punctuated to display two decimal places . which one of the following should he do?()
第3题:
Which of the following abilities does a view NOT provide?()
第4题:
When a database administrator chooses the dimensions for an MDC table, which two characteristics should beconsidered?()
第5题:
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()
第6题:
You are a professional level SQL Server 2005 database administrator in an international corporation named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database server, and design deployment. In the company, you major job is the deployment, maintenance and support of Microsoft SQL Server 2005. You work as a database administrator for your company. A SQL Server 2005 application is utilized by the company. A query is executed by the application to return three columns of the nvarchar data type and one column of the XML data type. A WHERE clause is utilized by the query, and all three of the nvarchar columns are contained by the WHERE clause. 5 million rows are included by the table, and 50,000 rows are returned by the query. The performance of the query should be enhanced. Which action should be performed to achieve the goal?()
第7题:
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
第8题:
One content canvas and multiple stacked canvases.
One content and one stacked canvas.
Tab canvas with several tab pages.
One content canvas.
A horizontal and vertical toolbar.
第9题:
In Event Viewer, create a new log view from the security log. Filter the log view to display only success audits.
In Event Viewer, create a new log view from the security log. Filter the log view to display only failure audits.
In Event Viewer, create a new log view from the system log. Filter the log view to display only success audits.
In Event Viewer, create a new log view from the system log. Filter the log view to display only failure audits.
第10题:
USER_TAB_PRIVS_MADE
USER_TAB_PRIVS
USER_COL_PRIVS_MADE
USER_COL_PRIVS
第11题:
use @texttorichtext
use a richtext title field
use the @text(fieldname) in the column formula
nothing rich text display in the views
第12题:
USER_CONSTRAINTS
USER_OBJECTS
ALL_CONSTRAINTS
USER_CONS_COLUMNS
USER_COLUMNS
第13题:
Which view should a user query to display the columns associated with the constraints on a table owned by the user?()
第14题:
You need to perform certain data manipulation operations through a view called EMP_DEPT_VU, which you previously created. You want to look at the definition of the view (the SELECT statement on which the view was create.) How do you obtain the definition of the view? ()
第15题:
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?()
第16题:
You are using the Block Media Recovery feature to recover the blocks that are marked corrupt since the last backup. Which view will you query to display information about the data blocks that are marked corrupt since the last backup?()
第17题:
You are a professional level SQL Server 2005 database administrator in an international corporation named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database server, and design deployment. In the company, you major job is the deployment, maintenance and support of Microsoft SQL Server 2005.You work as a database administrator for your company. You find a problem that when the following query is executed, a SQL Server 2005 application will perform slowly. SELECT * FROM Orders WHERE OrderStatus = ’InProgress’ This query is executed by the application as an ad hoc query. In most occasions, this query performs much more quickly. The company has the OrderStatus column indexed. The value InProgress is included by only a small number of the rows. Nevertheless, the OrderStatus column index which is the most ideal for this query is not being utilized. The performance of this query should be enhanced. However, the application that executes the query should not be changed. In addition, the effect on end users should be cut to the least. Which action should be performed to finish the task?()
第18题:
which one of the following best describes the use of hidden column formula?()
第19题:
Select The Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually, enter the procedure name in the Query Data Source Columns property, and the procedure code in the Query Data Source Arguments property.
Choose Tools -> Data Block Wizard, select Table as the data source type, and base the block on the columns from the tables.
Choose Tools -> Data Block Wizard, select, View as the data source type, and base the block on the columns from the tables.
Select the Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually, alter the Query Data Source Type property to 'FROM clause query', and enter the SELECT statement in the Query Data Source Name property.
Select the Data Block node in the Object Navigator and click the Create button. Alter the Query Data Source Type, Query Data Source Name, Query Data Sources Columns, and Query Data Source Arguments properties to create a stored procedure that uses a red cursor.
第20题:
use the @function @decimal in the column formula in the view
select decimal on the numbers tab in the view properties box
select decimal on the numbers tab in the column properties box
use the @function @decimal to format the value in the field on the form that will display in the view
第21题:
DBA_USERS
DBA_OBJECTS
DBA_TS_QUOTAS
DBA_TAB_PRIVS
第22题:
A primary XML index should be created on the XML column.
Statistics should be created on the nvarchar columns.
A view should be created, and only the four columns that the query utilizes are contained by a view.
A composite index should be created on the three nvarchar columns, and INCLUDE should be specified for the XML column.
第23题:
Click the Data Blocks node in the Object Navigator and click the create button. Choose to build the data block manually. Enter the procedure name in the Query Data Source Columns property and the procedure code in the Query Data Source Arguments property.
Choose Tools -> Data Block Wizard, select Table as the data source type, and base the data block on the columns included in the procedure.
Select the Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually, alter the Query Data Source Type property to 'Ref cursor', and enter the name of the procedure in the Query Data Source Name property.
Select the Data Blocks node in the Object Navigator and click the Create button. Alter the Query Data Source Name, Query Data Source Columns, and Query Data Source Arguments properties to create a stored procedure that uses a ref cursor.
Launch the Data Block Wizard, select Stored Procedures as the data source type, and base the block on the procedure.
第24题:
Create a new Time dimension based on the Holiday table. Use derived columns for the month and the year.
Create a Server Time dimension. Within this dimension, enable the time periods year, month, and date. Select the Additional Manufacturing calendar option.
Create a new Time dimension based on the date values within the ProductOrderStatus table. Flag those days on which no orders were received as Holiday.
Create a new Time dimension based on a data source view named query. Derive the data for this data source view from unique dates within the ProductOrderStatus table. Use a subquery to identify the holidays and derived columns for the month and the year.