Provision should be there for Blind searches
B
Correct answer
Explanation
Blind searches (queries without proper WHERE clauses or index utilization) should NOT be allowed as they cause full table scans and severe performance issues. Database systems should require meaningful search criteria to prevent inefficient queries that impact overall system performance.