Skip to content

Commit

Permalink
chore: verify imdb load
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed May 15, 2024
1 parent 751c6eb commit 492b50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verify.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SELECT 'imdb_title_basics' table, COUNT(*) n FROM imdb_title_basics UNION
SELECT 'imdb_title_ratings' table, COUNT(*) n FROM imdb_title_ratings UNION
SELECT 'imdb_title_ratings' table, COUNT(*) n FROM imdb_title_ratings
ORDER BY "table";

0 comments on commit 492b50f

Please sign in to comment.