Answer Posted / sonia
Using the DROP COMMAND-
See the eg below--
create table stup(roll int,name varchar,marks int)
insert into stup values(1,'A',10)
insert into stup values(2,'B',20)
select * from stup
Alter table stup drop column marks
select * from stup
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
How to create percentile function?
What is the difference between a check constraint and a rule?
What samples and sample databases are provided by microsoft?
What does it mean to be in union?
What are the steps you must follow to hide sql server instances?
How to return the top 5 rows from a select query in ms sql server?
What is autocommit mode in sql server?
What is the difference between rank and dense_rank?
how to do partition in sqlserver
What stored by the msdb? : sql server database administration
Explain the working of sql privileges?
What is a non clustered primary key?
Explain tables in SQL Azure?
Mention the differences between local and global temporary tables.
what is the main function of a query parameter?