Sam The Cooking Guy Database
Created a database of YouTube comments and video details by calling the YouTube Data Api and inserting the data into a Microsoft SQL Server Database. The database has a simple schema of two tables relating on the video’s ID.
Creating the videoComments table:
Python Script to insert values into table:
videoComments table in MS SQL Server: