How to create a new table?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
How to create a new table?
Rating:
Take the following steps to create a new table:
- Run SQL Server Management Studio from Start > Programs > Microsoft SQL Server 2005 > Microsoft SQL Server Management Studio.

- In the Connect to Server dialog box, select the Server type as Database Engine, specify the Server name, Authentication, and click the Connect button.

- Double-click the Databases folder.

- Double-click the MyData (a database in which you want to create the table) database.

- Right-click the Tables folder and click the New Table option.

- Mention the column names, their datatypes , and specify whether or not the column should accept null values.

- On the File menu, click the Save Table_1 option.

- In the Choose Name dialog box, mention the name of the table, and click the OK button.

- Double-click the Tables folder.

- The table that is created will be displayed.

Rating:
Was this information helpful?
Other articles
- What are arguments of the TCP protocol in the CREATE ENDPOINT statement?
- What is a publication?
- What is the mirror role?
- What is the diskadmin fixed server role?
- What is the serveradmin fixed server role?
