How to delete an attribute from the emp table
Answers were Sorted based on User's Feedback
Answer / swetha
we can directly ALTER OR DROP the column AND THEN COMMIT ON
IT SO THAT IT GETS MODIFIED
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
we can delete an attribute through delete command.
Is This Answer Correct ? | 1 Yes | 8 No |
What is the difference between push and pull subscription? : sql server replication
List all the types of user-defined functions?
i have account table which consists of account name,card no and card no consists 16 digits now i want to retrieve the data if card no starts from 4 then it should print visa and if it starts from 5 then it should print master so plse help me to write simple query with out store procs .
between cast and convert which function would you prefer and why?
What is log ldf?
what happens on checkpoint? : Sql server database administration
how to take backup bcp out for a column in table in sql server?
what is diffence between replicaion and logshipping?
How do I make a resultset scrollable?
What are indexes? When do you need to create Indexes?
4 Answers CarrizalSoft Technologies, HP,
What is the difference between clustered and non-clustered indexes in ms sql server?
how many joins we can write if at all we have n no of tables
5 Answers Tanla Solutions, TS,