which of the following would be the best explanation of the
which of the following would be the best explanation of the nesting operators do:A) ask the database to search words as a phrases.B) ask database to omit this part of the search. C) ask the database to combine several search statements into one by using parentheses.D)this database does not use nesting.
Solution
Please follow the data and description :
Nested Search :
In the general scenario combining the search terms that are linked with the keywords \'OR\' to search the terms linked with \'AND\' operators. This is generally called as a \"Nested Search\". In a nested search, we use the parentheses around the terms linked with OR
For example :
(teenagers OR adolescents) AND violence AND \'video games\'
(cyberbullying OR bullying) AND (facebook OR social media)
In the example above, the database will look for any articles containing either \'teenagers\' or \'adolescents\' and then combine them with both \'violence\' and \'video games\'.
So the answer is OPTION C (ask the database to combine several search statements into one by using parentheses).
Hope this is helpful.
