SQL Server Create DatatabaseIn SQL Server, you have to create a database first before creating a table. Go to SQL Server Management Studio. You will see a Database. ![]() Right click on the databases and you will see new database. Create a new database. ![]() ![]() Name your database. For example: Create a database "javatpoint". ![]() ![]() You can see that a database is created as "javatpoint". ![]()
Next TopicSQL Server Select Database
|