SQL Server Create TableGo to your created database and expand. You will see its "Tables" encircled in red as following: ![]() Right click on "Tables" and you will see New Table. Click on New Table and you will see the following page: ![]() You can add Column Name and Datatype as amay may as you want. Every time you fill one entry, another entry will be automatically created. ![]() How to save the table:![]() Go to the encircled area and right click there, you will see like following image: ![]() Now click on the "Save Table" and save the table by any name. For example: Let's save the table by "STUDENT" name. ![]() Now a table "STUDENT" is created. See the created table: ![]()
Next TopicSQL Server Delete Table
|