Answer Posted / amit srivastava
create table stup(roll int,name varchar,marks int)
select * from stup
Alter table stup drop column marks
select * from stup
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different types of stored procedures?
What is a view in sql?
Does table partitioning improve performance?
Give main differences between "Truncate" and "Delete".
How much memory that we are using in Logshipping Concept?
Issues related in upgrading SQL Server 2000 to 2005 / 2008
Explain “row_number()” in sql server with an example?
Do you know exporting and importing utility?
What is the maximum size of sql server database?
What is a schema in ms sql server 2005?
What is the most common type of join?
How column data types are determined in a view?
How can you list all the columns in a database?
Explain what is row_number function?
Please explain go command in sql server?