Menu Bar

SQL: Database and Tables creation

Create a database using SQL server management studio:

     
     

     
     
     
     
Create a table in the database:

     

     

     

     
     
     
Insert data into the table:

     

     

     
     
     

Delete table:

     

     
     
     
     
Drop table: