How to delete particular value in the column of a table.Is
it possible or not?if possible give it as in query.
Answer Posted / nadeer
we can't delete a particular value of column,
instead of this we can make that column value as
blankspace,or u can rewrite a values on it by "update emp
set id=5555 where id=4444;
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What the different types of Replication and why are they used?
what is a self join? Explain it with an example? : Sql server database administration
What are orphan records?
What are recommended options to be used while using db mirroring? : sql server database administration
What is the command dbcc checkdb used for?
How to create view in stored procedure sql server?
What is ems sql management studio? : sql server management studio
What is use of attribute hierarchy ordered ? : sql server analysis services, ssas
What is the difference between deallocate cursor and close cursor?
Explain what is dbcc?
Explain the architecture of ms sql reporting service?
what are constraints? : Sql server database administration
What is ssrs?
What is the osql utility?
What is store procedure? How do they work?