Tag: databases

Questions Related to databases

  1. you will not be able to connect locally ,but you can be able to connect to DB from remote

  2. you cannot be able to connect to DB either from remote or from local

  3. you cane to connect to DB either from remote or from local

  4. you will not be able to connect remotely ,but you can be able to connect to DB locally


Correct Option: D

What are the different tags which can be used with 'LIKE'

  1. *

  2. ?

  3. _ (underscore)

  4. %


Correct Option: B,C,D
  1. select col1 from table_a where col1 > 0 and col1 <11

  2. select col1 from table_a where col1 >= 0 and col1 <11

  3. select col1 from table_a where col1 >= 0 and col1 <= 11

  4. select col1 from table_a where col1 > 0 and col1 < =11


Correct Option: C
  1. Top to Bottom

  2. Front to Back

  3. Right to Left

  4. Left to Right


Correct Option: A,B,D

What is command code 'D'?

  1. Concatenated key

  2. path call

  3. first occurrence

  4. last occurrence


Correct Option: B
  1. Concatenated key

  2. path call

  3. first occurrence

  4. last occurrence


Correct Option: A
  1. Concatenated key

  2. path call

  3. first occurrence

  4. last occurrence


Correct Option: C
  1. Concatenated key

  2. path call

  3. first occurrence

  4. last occurrence


Correct Option: D
  1. path call

  2. set parentage

  3. path call ignore

  4. last occurrence


Correct Option: C
  1. path call

  2. path call ignore

  3. set parentage

  4. Concatenated key


Correct Option: C