I am a total beginner to .NET MVC core and trying to self-learn. I am going through your code for this traffic signal application and I understand most of it. But how do I actually create the SQL database and table with that Create Table script? Do I have to have SQL Server Management Studio installed? Do I generate it right through the c# compiler? Your help would be greatly appreciated. Thanks