Tag: technology

Questions Related to technology

  1. In compiled form

  2. As source code

  3. Both A & B

  4. Not stored


Correct Option: C
  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