Skip to content

Commit ad4dc65

Browse files
author
Mohamed Sarwat
committed
Update README.md
1 parent 0cfcee8 commit ad4dc65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Note that if you do not specify which user(s) you want recommendations for, it w
129129

130130

131131
### More Complex Queries
132-
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.
132+
The main benefit of implementing the recommendation functionality inside a database engine (PostgreSQL) is to allow for integration with traditional database operations, e.g., selection, projection, join.
133133
For example, the following query recommends the top 10 Comedy movies to user 1.
134134
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%').
135135

0 commit comments

Comments
 (0)