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 cluster table or non_cluster table?

1 Answers  


Is it possible to use Transactional control statements in Database ?

2 Answers  


Can you copy the PROGRAM UNIT into an Object group ?

1 Answers  


What the TRANSLATE('333SQD234','0123456789ABCDPQRST','0123456789') will return ?

2 Answers  


List few ways to code transactions in an efficient manner?

0 Answers  






How many types of data are there?

0 Answers  


What is difference between database and website?

0 Answers  


What is db flush?

0 Answers  


What are functions in database?

0 Answers  


What is the role of tables in database?

0 Answers  


What is dbms architecture?

0 Answers  


Who is the founder of database?

0 Answers  


Categories