InterviewSolution
Saved Bookmarks
| 1. |
While operating with strings, what does “_ _ _%” match with?(a) A string of three letters(b) A string of at least three letters(c) A string of three words(d) A string of at least three wordsI have been asked this question in my homework.Asked question is from Basic Operations topic in portion Introduction to Relational Model and Sql of RDBMS |
|
Answer» Correct OPTION is (a) A string of three LETTERS |
|