InterviewSolution
Saved Bookmarks
| 1. |
Name a function of MySql which is used to remove trailing and leading spaces from a string. |
|
Answer» TRIM() function. |
|