Skip to content

Commit c018249

Browse files
authored
copy to public FitzBrendan Movies Queries 4.sql
1 parent 3c843ea commit c018249

File tree

1 file changed

+3
-0
lines changed
  • sql/movies-database-queries

1 file changed

+3
-0
lines changed

‎sql/movies-database-queries/4.sql

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SELECT COUNT(rating)
2+
FROM ratings
3+
WHERE rating = 10.0;

0 commit comments

Comments
 (0)