InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) To define full-text searches, SQL Server full-text queries use the full-text predicates(b) Full-text queries perform linguistic searches against text data(c) Before you can run full-text queries on a table, the database administrator must create a full-text index on the table(d) Full-text search is applicable to a shorter range of business scenariosThis question was posed to me in final exam.Enquiry is from Full Text Search in section Beyond Relational of SQL Server |
|
Answer» Right option is (d) Full-text search is applicable to a shorter RANGE of business scenarios |
|