|
What are the wildcard characters ?
COBOL SQL Interview Questions
(Continued from previous question...)
What are the wildcard characters ?
Q;What is "LINK" used for in WHERE clause? What are the wildcard characters
AN:
LINK is used for partial string matches. "%" ( for a string of any character ) and '_' ( for any single character ) are the two wildcard characters.
(Continued on next question...)
Other Interview Questions
|