Tag: technology

Questions Related to technology

Failure can define like Deviation from Unexpected result.

  1. True

  2. False


Correct Option: B

A Database Procedure is stored in the Database

  1. In compiled form

  2. As source code

  3. Both A & B

  4. Not stored


Correct Option: C

Test comparators Used to compare files and expected results with actual results.

  1. True

  2. False


Correct Option: A
  1. open cursor; ---some statements close;

  2. open cursor; fetch into variables; ---some statements close cursor;

  3. open cursor; fetch into variables; ---some statements close;

  4. All of the above


Correct Option: B