is a string function that returns the number to characters
     ________ is a string function that returns the number to characters In a string value. CONCAT  LENGTH  SUBSTRING  UCASE 
  
  Solution
1) option B
Inner Query will be evaluated first and result is supplied to its outer query
that is Nested query is evaluated from bottom to top
Inner query is independent of outer query but outer query is depending on result of inner query
2) option B

