Multiple choice technology web technology

What is Full Text Search in SQL Server 2005?

  1. Allows fast and flexible indexing for keyword based query

  2. Provides a message based communication platform

  3. Supports sending Email from the database

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Full Text Search in SQL Server 2005 provides fast and flexible indexing for keyword-based queries. It enables efficient searching of text data in character columns, allowing linguistic searches and proximity searches that would be slow with standard LIKE queries.