In Boolean search, results are sorted by relevance.
A. True
B. False
Answer: Option B
Solution (By Examveda Team)
This question asks about Boolean search in MySQL. Boolean search is a way to find information by using keywords and logical operators like AND, OR, and NOT.The question is asking if the results of a Boolean search are sorted by relevance. This means that the most relevant results appear first, and the less relevant results appear later.
The answer is False. MySQL does not automatically sort Boolean search results by relevance.
Why is this important? Understanding how Boolean search works helps you find the information you need more efficiently.
Join The Discussion