diff --git a/assignment2/assignment2.html b/assignment2/assignment2.html index f79f2bc4..955d2413 100644 --- a/assignment2/assignment2.html +++ b/assignment2/assignment2.html @@ -92,7 +92,7 @@

Problem 1: Inspecting the Reuters Dataset; Basic Relational Algebra

What to turn in: Run your query against your local database and determine the number of records returned. Save that value in a .txt file . You can name the file anything. On the assignment page, upload the file as your answer.

(d) count: Write a SQL statement to count the number of documents -containing the word "parliament"

+containing the word "law" or "legal" (a document contains both law and legal, it should only be counted once)

What to turn in: Run your query against your local database and determine the number of records returned. Save that value in a .txt file . You can name the file anything. On the assignment page, upload the file as your answer.

@@ -283,4 +283,4 @@

Problem 3: Working with a Term-Document Matrix

- \ No newline at end of file +