Skip to content

Commit c7b7a6c

Browse files
author
Mohamed Sarwat
committed
Update README.md
1 parent ac8e4ba commit c7b7a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ DROP RECOMMENDER MovieRec
110110
```
111111

112112
### More Complex Queries
113-
The main benefit of implementation the recommendation functionality inside a database enine (PostgreSQL) is to allow for integration with traditional database operations, e.g., selection, projection, join.
113+
The main benefit of implementing the recommendation functionality inside a database enine (PostgreSQL) is to allow for integration with traditional database operations, e.g., selection, projection, join.
114114
For example, the following query recommends the top 10 Comedy movies to user 1.
115115
In order to do that, the query joins the recommendation with the Movies table and apply a filter on the movies genre column (genre LIKE '%Comedy%').
116116

0 commit comments

Comments
 (0)