Tag: programming languages

Questions Related to programming languages

  1. Check whether cursor has fetched any row

  2. Check whether cursor has not fetched any row.

  3. Check the number of rows returned by the cursor

  4. Both A and C


Correct Option: C
  1. user defined

  2. implied

  3. implicit and explicit

  4. Implied and user defined


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
  1. In compiled form

  2. As source code

  3. Both A and B

  4. None of the above


Correct Option: C