InterviewSolution
Saved Bookmarks
| 1. |
What is the meaning of LIKE ‘%0%0%’?(a) Feature begins with two 0’s(b) Feature ends with two 0’s(c) Feature has more than two 0’s(d) Feature has two 0’s in it, at any positionThis question was posed to me in an international level competition.Query is from Basic SQL in portion Laying the Foundation of SQL Server |
|
Answer» The correct OPTION is (d) Feature has two 0’s in it, at any position |
|