Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You have a table that contains information about your products. One of the columns in this table, named description, is a varchar(max) column that contains
You have a table that contains information about your products. One of the columns in this table, named description, is a varchar(max) column that contains a large amount of text describing each product. When a customer calls, your users want to make sure they find all the products that might fit the customers needs, so they need to be able to search for products using phrases instead of just single words. How can you accommodate this?
A. Create a full-text index on the column.
B. Create a clustered index on the column.
C. Create a nonclustered index on the column.
D. You cant accommodate this because SQL Server does not allow users to search for phrases.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started