Tag: technology

Questions Related to technology

  1. Structured Query Language

  2. Strong Question Language

  3. Structured Question Language

  4. None


Correct Option: A
  1. SELECT Persons.FirstName

  2. SELECT FirstName FROM Persons

  3. EXTRACT FirstName FROM Persons

  4. None


Correct Option: B
  1. Subroutine should start with this instruction

  2. To convert all the local variables in the subroutine as global variables

  3. To convert all the variables used in subroutine as local variables

  4. Function should start with this instrucion


Correct Option: A