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

When should you consider denormalization?

0 Answers  


What are the benefits of modeling?

0 Answers  


What are the database objects?

0 Answers  


Which software is best for database?

0 Answers  


Give us a non-computer example of preemptive and non-preemptive scheduling?

0 Answers  






What is sql and where is it used?

0 Answers  


Describe the difference between homogeneous and heterogeneous distributed database.

0 Answers  


What are the database skills?

0 Answers  


How to pump the data from one database to another?

0 Answers  


Explain environment of openedge?

0 Answers  


How to specify transaction or query timeout?

0 Answers  


Is declare cursor executable?

0 Answers  


Categories