Tag: technology

Questions Related to technology

Which two statements about views are true? (Choose two)

  1. A view can be created as read only.

  2. A view can be created as a join on two or more tables

  3. A view cannot have a n ORDER BY clause in the SELECT statement.

  4. A view cannot be created with a GROUP BY clause in the SELECT statement.


Correct Option: A,B
  1. TIMESTAMP

  2. INTERVAL MONTH TO DAY

  3. INTERVAL DAY TO SECOND

  4. INTERVAL YEAR TO MONTH

  5. TIMESTAMP WITH DATABASE TIMEZONE


Correct Option: A,C,D

Which data dictionary table should you query to view the object privileges granted to the user on specific columns?

  1. USER_TAB_PRIVS_MADE

  2. USER_TAB_PRIVS

  3. USER_COL_PRIVS_MADE

  4. USER_COL_PRIVS


Correct Option: D
  1. Two controllers used to write data and faster than disk mirroring

  2. Spread data between multiple drives

  3. The process of reading and writing data on two drives simultaneously

  4. Disk striping with parity


Correct Option: A
  1. Using ab_project_setup.ksh

  2. Using Run settings

  3. Using EME Datastore Settings

  4. None of the above


Correct Option: C
  1. Using lookup() function

  2. Using Generate Records component

  3. Using re_index() function

  4. Using next_in_sequence() function


Correct Option: D

3.What is the difference between rollup and scan?

  1. For a group, output of rollup is a single record while that of scan is multiple records

  2. Rollup gives the summary for a group while scan gives cumulative summary

  3. None of (i) and (ii) are true

  4. Both (i) and (ii) are true


Correct Option: D

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) For a group, output of rollup is a single record while that of scan is multiple records - This option is correct. In the context of data aggregation or summarization, the rollup operation produces a single record that represents the summary for a group. On the other hand, the scan operation produces multiple records, each representing a cumulative summary at different levels of grouping.

Option B) Rollup gives the summary for a group while scan gives cumulative summary - This option is correct. As mentioned earlier, rollup provides a summary for a group, whereas scan gives a cumulative summary. Rollup allows you to specify multiple levels of grouping, and the result is a summary that includes subtotals at each level. Scan, on the other hand, calculates cumulative summaries as it progresses through the data.

Option C) None of (i) and (ii) are true - This option is incorrect. Both (i) and (ii) are true, as explained above.

Option D) Both (i) and (ii) are true - This option is correct. Both statements in (i) and (ii) are true, as mentioned earlier.

Therefore, the correct answer is Option D. Both (i) and (ii) are true.

  1. File used for database connectivity

  2. File used to define data format

  3. File used to hold lookup data

  4. File used to store Data Byte size


Correct Option: D
  1. File containing intermediate data while processing

  2. File containing static dataset which is keyed

  3. File containing daily transaction data

  4. Partitioned file which is non-keyed


Correct Option: B
  1. Physical layer

  2. encode/decode

  3. routing, flow control

  4. mapping interface


Correct Option: C