InterviewSolution
Saved Bookmarks
| 1. |
Which of the following clauses is used to display information that match a given pattern?(a) LIKE(b) WHERE(c) IS(d) SAMEThis question was posed to me in an interview for job.Question is from MySQL Setup topic in chapter General MySQL Use of MySQL |
|
Answer» The correct option is (a) LIKE |
|