Database - SQL Server 2000 - Discussion

Discussion Forum : SQL Server 2000 - True or False (Q.No. 1)
1.
There is only one way to create and modify tables in SQL Server. Write SQL code using either the CREATE or ALTER statements.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
6 comments Page 1 of 1.

Michael Prosper said:   7 years ago
We can also view command eg. Create view table_name2 SELECT collumn1, column2, , columnN FROM table_name1 CONDITION;.

Raj brar said:   10 years ago
Then tell the other ways to modify the table.

Sagar said:   1 decade ago
Is it possible to change more than 1 table in SQL Enterprise manager?

Prasenjit Karmakar said:   1 decade ago
How we use them?

Shailendra said:   1 decade ago
We can use SQL Enterprise manager.

Shikha said:   1 decade ago
What are the other ways?

Post your comments here:

Your comments will be displayed after verification.