Create the database
Create the database
Let us create a database called StudentDB
along with a Student
table using Visual Studio or SSMS
Verify creation
We could use a select query to verify if the data has been created
Last updated