diff --git a/README.md b/README.md
index 6233ec3bc8f318d00be1d3563e9bee3696150c2e..41e30a14f2670c99030c1b25bb1a0d12929a5e84 100644
--- a/README.md
+++ b/README.md
@@ -20,10 +20,10 @@ Here's a reminder of the topics covered in each lab session. Please note, topics
 - Basic querying (SELECT)
 
 ### Lab 3: SQL sequel! (Advanced querying) (20/21 Oct)
-- Sorting
+- Sorting (ORDER BY)
 - Table joins
 - Aggregate functions
-- Equivalent relational expressions
+- Comparison operators
 
 ### Lab 4: Security and integrity! (27/28 Oct)
 - Data normalisation
@@ -49,4 +49,4 @@ Here's a reminder of the topics covered in each lab session. Please note, topics
 ### Lab 9: Introduction to MongoDB (non-assessed) (8/9 Dec)
 - Document structure
 - Creating a collection
-- MongoDB CRUD operations
+- MongoDB CRUD operations
\ No newline at end of file
diff --git a/lab-3/music-store-app/sql/practice_queries.sql b/lab-3/music-store-app/sql/queries.sql
similarity index 100%
rename from lab-3/music-store-app/sql/practice_queries.sql
rename to lab-3/music-store-app/sql/queries.sql