Tag: web technology

Questions Related to web technology

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. $_GET

  2. $_POSTS

  3. $_GETS

  4. All the above


Correct Option: A

Which of the in PHP denote FALSE statement about variables?

  1. $$name denote variable variable

  2. $name denote variable variable

  3. $name denote variable

  4. None of the Above


Correct Option: B
  1. session_start()

  2. session_init()

  3. session_boot()

  4. None of the Above


Correct Option: A
  1. Universal Description Discovery and Integration

  2. Universal Discovery Description and Integration

  3. Universal Description Discovery and Invention

  4. Universal Description Discovery and Invocation


Correct Option: A

XML-RPC is simple and easy to use when compared to SOAP

  1. True

  2. False


Correct Option: A