The second topic is
about wildcard, it is a special character such as an asterisk (*), question
mark (?), or pound sign (#), that replaces one or more letters in a word. It usually presents a single character.
Wildcard used in the middle of a word
to match usually known variants of a term. For example, we can put
question mark at the middle of word: WOM? N , and it will give us several of
words such as women, or woman.
Finally in this
week, I have learnt about phrase searching. It when you use a string of words
(instead of a single word) to search with. For example, when we give two words
that have 1 meaning, it will give a meaning for each word. For the database to
understand your search, you should put your phrase between brackets ( )
or inverted commas ".
Type your search as
follows:
“Information literacy" or (information literacy)