- Login into MS SQL Server Management Studio

2. Go to Object Explorer, Right click on Database, and choose “New Database”

3. Click on the Databases folder in Object Explorer and Press “Ctrl + N”, a new query window will be opened immediately. Type the below command and Execute or Press F5.
USE CodewithSiva
GO
SQL