what the SUBSTR(SQUARE ANS ALWAYS WORK HARD,14,6) will return ?
Answers were Sorted based on User's Feedback
Answer / cijo
ERROR!!!!
But SUBSTR('SQUARE ANS ALWAYS WORK HARD',14,6) will return
WAYS W
Is This Answer Correct ? | 60 Yes | 15 No |
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 is cluster table or non_cluster table?
Is it possible to use Transactional control statements in Database ?
Can you copy the PROGRAM UNIT into an Object group ?
What the TRANSLATE('333SQD234','0123456789ABCDPQRST','0123456789') will return ?
List few ways to code transactions in an efficient manner?
How many types of data are there?
What is difference between database and website?
What is db flush?
What are functions in database?
What is the role of tables in database?
What is dbms architecture?
Who is the founder of database?