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 @@
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 @@