Answer: The
SPACE string function is an in-built Sql Server Function which returns a string of repeated spaces.
Syntax:-
SPACE (Expression)
The Expression is a positive integer that indicates the number of spaces.If Expression is negative,a NULL string is returned.
Asked In: Many Interviews |
Alert Moderator