InterviewSolution
Saved Bookmarks
| 1. |
FREETEXTTABLE is a full text _____________(a) Predicate(b) Function(c) Procedure(d) All of the mentionedI got this question during an interview.The question is from Full Text Search in chapter Beyond Relational of SQL Server |
|
Answer» RIGHT CHOICE is (b) Function To elaborate: FREETEXTTABLE FUNCTIONS are referenced like a regular table NAME in the FROM clause of a SELECT statement. |
|