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
List some major differences between triggers and stored procedures?
Tell me what is the significance of null value and why should we avoid permitting null values?
Where the sql logs gets stored? : sql server database administration
Define self join in sql server joins?
Explain Reporting Life Cycle?
What is the difference between truncate and delete commands?
What are triggers in ms sql server?
What is the main difference between ‘between’ and ‘in’ condition operators?
What is serializable?
What is transaction server explicit transaction?
Which tools are available to manage SQL Azure databases and servers?
What is dimension table? : sql server analysis services, ssas
What are functions in the sql server?
What is the stuff?
What is the name of the system variable that returns the number of rows affected by a SQL statement?