Multiple choice technology performance

Provision should be there for Blind searches

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
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.