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 system database in sql server 2005?
What is autocommit mode in sql server?
How do you trace the traffic hitting a sql server?
Define outer join?
How to insert multiple rows with one insert statement in ms sql server?
Explain about extended stored procedure?
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
What do you understand by the denormalisation?
What is an execution plan?
Why use update_statistics command in sql server?
Does index speed up select statements?
What is the difference between left and right outer join?
What are security principals used in sql server 2005?
How to stop a loop early with break statements in ms sql server?
What are the key configuration files for sql server reporting services ?