Tag: technology

Questions Related to technology

A new table has been created in the employee. There are no rows in the table.What would be the output of the following query?select count(*) from employee

  1. Error

  2. 1

  3. No data Found

  4. 0


Correct Option: D

Which of the query will print the output as 'TCS' (single quotes should come in the output of the query)

  1. select '''||'TCS'||''' from dual

  2. select 'TCS' from dual

  3. select '''TCS''' from dual

  4. select "TCS" from dual


Correct Option: A

Which of the query will print the output as 'TCS' (single quotes should come in the output)

  1. select '''||'TCS ||''' from dual

  2. select '''TCS''' from dual

  3. select "TCS" from dual

  4. select 'TCS' from dual


Correct Option: B

Session Handling is done by which part of teradata system?

  1. AMP

  2. PE

  3. BYNET

  4. CLIQUE


Correct Option: B

TERADATA is Shared _________ architecture.

  1. Nothing

  2. Everything

  3. Disk

  4. Processor


Correct Option: A
  1. Group of nodes that share a common set of disk arrays.

  2. Group of AMP's that share a common set of VDisk

  3. Group of PE's used for fault tolerance.

  4. Group of teradata systems.


Correct Option: A
  1. Row hash

  2. Row id

  3. Hash map

  4. Hash value


Correct Option: B