| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Spring 2013 COP4709 Assignment 12

Page history last edited by Dr. Ron Eaglin 11 years, 1 month ago

 Assignment 12 - Full-Text Indexing

 

Objectives

 

Learn to use Full-text indexing to enhance query

 

Assignment

 

1. Create a new database called FullTextIndexDB. In this database you will create a table with 3 fields

 

id INT PRIMARY KEY

SubjectText NVARCHAR(200)

ContentText NVARCHAR(MAX)

 

2. Take information from emails or bulletin board posts (I don't care what or how you put it into the table) and populate the table with at least 4-5 large entries.

 

3. Create a list of terms dealing with programming. It should include the words program, code, database, execute, and class. This can be in a table or simply be in the text of your query.

 

4. Create a full text query that returns the id and SubjectText of each row where any of these words appear within 2 words of each other.

 

Create a word (or pdf) document that has the query, approach, and results of your query.

 

Information

 

 

Estimated Completion Time

 

 

The query will not take long once you figure it out, getting the data into the database will probably take longer.

 

Supporting Lectures 

 

Topic - Full Text Indexing

 

Questions and Answers

 

 

 

External Resources

 

 

 

Grading Criteria

 

 

 

Comments (0)

You don't have permission to comment on this page.