单选题A UDT is a data type which:()A must contain unique values.B cannot be CAST to other data types.C is created using the CREATE DISTINCT command.D contains a value that was automatically calculated from values in other columns.

题目
单选题
A UDT is a data type which:()
A

must contain unique values.

B

cannot be CAST to other data types.

C

is created using the CREATE DISTINCT command.

D

contains a value that was automatically calculated from values in other columns.

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

The EMPLOYEES table has these columns:Management wants to add a default value to the SALARY column. You plan to alter the table by using this SQL statement:What is true about your ALTER statement?()

A. Column definitions cannot be altered to add DEFAULT values.

B. A change to the DEFAULT value affects only subsequent insertions to the table.

C. Column definitions cannot be altered at add DEFAULT values for columns with a NUMBER data type.

D. All the rows that have a NULL value for the SALARY column will be updated with the value 5000.


参考答案:B

第2题:

Your web application uses a simple architecture in which servlets handle requests and then forward to aJSP using a request dispatcher. You need to pass information calculated by the servlet to the JSP;furthermore, that JSP uses a custom tag and must also process this information. This information mustNOT be accessible to any other servlet, JSP or session in the webapp. How can you accomplish this goal?()

  • A、Store the data in a public instance variable in the servlet.
  • B、Add an attribute to the request object before using the request dispatcher.
  • C、Add an attribute to the context object before using the request dispatcher.
  • D、This CANNOT be done as the tag handler has no means to extract this data.

正确答案:B

第3题:

Which two statements regarding a SQL profile are true?()

A. It is built by Automatic Tuning Optimizer.

B. It cannot be stored persistently in the data dictionary.

C. It can be used by the query optimizer automatically.

D. It can be created manually by using the CREATE PROFILE command.


参考答案:A, C

第4题:

The EMPLOYEES table has these columns: LAST NAME VARCHAR2(35) SALARY NUMBER(8,2) HIRE_DATE DATE Management wants to add a default value to the SALARY column. You plan to alter the table by using this SQL statement: ALTER TABLE EMPLOYEES MODIFY ( SALARY DEFAULT 5000); What is true about your ALTER statement?()

  • A、Column definitions cannot be altered to add DEFAULT values.
  • B、A change to the DEFAULT value affects only subsequent insertions to the table.
  • C、Column definitions cannot be altered at add DEFAULT values for columns with a NUMBER data type.
  • D、All the rows that have a NULL value for the SALARY column will be updated with the value 5000.

正确答案:B

第5题:

The accounting manager wants you to create a form that when queried will display a calculated total of year-to-date actual expenditures for the found code entered. The values needed to generate this summary data are stored in multiple tables. Which data source type can you assign to the data block for this form without having the DBA create a database object?()

  • A、database table 
  • B、transactional trigger 
  • C、stored procedure 
  • D、FROM clause query 
  • E、client-side procedure

正确答案:D

第6题:

A UDT is a data type which:()

A.must contain unique values.

B.cannot be CAST to other data types.

C.is created using the CREATE DISTINCT command.

D.contains a value that was automatically calculated from values in other columns.


参考答案:C

第7题:

You want to create a pie-style chart using the Chart Wizard. What must be you do to determine the fields available for use in this chart? ()

  • A、Select the block that contains the data to appear in the pie chart. 
  • B、Select the table that contains the data to appear in the pie chart. 
  • C、Select the view that contains the data to appear in the pie chart. 
  • D、Nothing. The wizard will automatically create the pie chart based on the highlighted data.

正确答案:A

第8题:

In which case would you use a FULL OUTER JOIN? ()

A. Both tables have NULL values.

B. You want all unmatched data from one table.

C. You want all matched data from both tables.

D. You want all unmatched data from both tables.

E. One of the tables has more data than the other.

F. You want all matched and unmatched data from only one table.


参考答案:D

第9题:

A UDT is a data type which:()

  • A、must contain unique values.
  • B、cannot be CAST to other data types.
  • C、is created using the CREATE DISTINCT command.
  • D、contains a value that was automatically calculated from values in other columns.

正确答案:C

第10题:

In which case would you use a FULL OUTER JOIN?()

  • A、Both tables have NULL values.
  • B、You want all unmatched data from one table.
  • C、You want all matched data from both tables.
  • D、You want all unmatched data from both tables.
  • E、One of the tables has more data than the other.
  • F、You want all matched and unmatched data from only one table.

正确答案:D

更多相关问题