InterviewSolution
Saved Bookmarks
| 1. |
Full-Text Search in SQL Server lets users and applications run _________ queries.(a) simple queries(b) full-text(c) scalar(d) none of the mentionedThis question was posed to me during an interview.My question comes from Full Text Search topic in division Beyond Relational of SQL Server |
|
Answer» RIGHT choice is (b) full-text To explain I would say: Before you can run full-text QUERIES on a table, the database ADMINISTRATOR must CREATE a full-text INDEX on the table. |
|