Questions Related to technology

Multiple choice technology
  1. Both USING and ON clauses can be used for equijoins and nonequijoins.

  2. A maximum of one pair of columns can be joined between two tables using the ON clause.

  3. The ON clause can be used to join tables on columns that have different names but compatible data

  4. The WHERE clause can be used to apply additional conditions in SELECT statements containing the

Reveal answer Fill a bubble to check yourself
C,D Correct answer
Multiple choice technology
  1. The process instance name

  2. The process template name

  3. The object ID of the new process instance

  4. A refernce to the BusinessProcess session bean

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology
  1. Only one LONG column can be used per table.

  2. A TIMESTAMP data type column stores only time values with fractional seconds

  3. The BLOB data type column is used to store binary data in an operating system file.

  4. The minimum column width that can be specified for a VARCHAR2 data type column is one.

  5. The value for a CHAR data type column is blank-padded to the maximum defined column width.

  6. All the above

Reveal answer Fill a bubble to check yourself
A,D,E Correct answer
Multiple choice technology
  1. A subquery that defines a view cannot include the GROUP BY clause.

  2. A view that is created with the subquery having the DISTINCT keyword can be updated.

  3. .A view that is created with the subquery having the pseudo column ROWNUM keyword cannot be

  4. A data manipulation language (DML) operation can be performed on a view that is created with the

Reveal answer Fill a bubble to check yourself
C,D Correct answer