InterviewSolution
Saved Bookmarks
| 1. |
What is 'IS NUMERIC' clause? |
|
Answer» IS NUMERIC clause is used to check if any item is numeric or not. It returns TRUE when the item against which it is used contains only numbers (0 to 9). The item can be positive or negative. |
|