aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • M204 Programming Language Quiz
  • What will be the result of this statement $SUBSTR(’ACCOUN...
Multiple choice technology programming languages

What will be the result of this statement $SUBSTR(’ACCOUNT’, -3, 5) statement ?

  1. 'ACCOU'

  2. NULL STRING

  3. ACCO'

  4. COUNT'

Reveal answer Fill a bubble to check yourself
A Correct answer

Keep practicing — related questions

  • If $string contains abcdefgh , what will the following call return? substr($string, -2, 2);
  • If $string contains abcdefgh , what will the following call return?
  • What is the output of the following? substr (hiredate, - 2, 2) Given that hiredate is 01 Feb 13.
  • what is the output: select substr('Oracle Basics',-5,3) from dual
  • $string = "Hello World"; substr($string,6)="Perl"; print $string;
  • select substr('DECCANPARK',3,-1) FROM DUAL would results in?
  • What is the returned value for the following expression : string_substring("sachintendulkar", 3, 4)
  • What is the output? SELECT SUBSTRING('123456', 0, 3)
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Programming Languages and Compilers (2284 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy