what the SUBSTR(SQUARE ANS ALWAYS WORK HARD,14,6) will return ?

Answers were Sorted based on User's Feedback



what the SUBSTR(SQUARE ANS ALWAYS WORK HARD,14,6) will return ?..

Answer / cijo

ERROR!!!!

But SUBSTR('SQUARE ANS ALWAYS WORK HARD',14,6) will return

WAYS W

Is This Answer Correct ?    60 Yes 15 No

what the SUBSTR(SQUARE ANS ALWAYS WORK HARD,14,6) will return ?..

Answer / abhishek

mysql> select substring('SQUARE ANS ALWAYS WORK HARD',14,6);
+-----------------------------------------------+
| substring('SQUARE ANS ALWAYS WORK HARD',14,6) |
+-----------------------------------------------+
| WAYS W |
+-----------------------------------------------+
1 row in set (0.00 sec)

mysql>

Is This Answer Correct ?    6 Yes 4 No

what the SUBSTR(SQUARE ANS ALWAYS WORK HARD,14,6) will return ?..

Answer / guest

ALWAYS

Is This Answer Correct ?    15 Yes 21 No

Post New Answer

More Database Management Interview Questions

What is Full Backup ?

3 Answers  


What is the full form of rdbms?

0 Answers  


What is the best database for big data?

0 Answers  


What is difference between database and schema?

0 Answers  


What is the difference between star flake and snow flake schema?

0 Answers  






What are the partitions types available in Oracle10g. How it will do? Simple example?

1 Answers   Tech Mahindra,


What is 1nf in database?

0 Answers  


What is the use of database management system?

0 Answers  


Define entity.

0 Answers  


What is dbms and types of dbms?

0 Answers  


What is management system in dbms?

0 Answers  


Is it possible to Enable or Disable a Database trigger ?

1 Answers  


Categories