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 is a default tcp/ip socket assigned for sql server? : Sql server database administration
What is BCP? When does it used in sql server 2012?
What is normalization? Explain its different types?
What are the various editions of sql server 2017 that are available in the market?
What is user defined datatypes and when you should go for them?
How do I change my passwords (database, LDAP, and so on) without causing an outage?
Write a SQL query to make a column as unique?
What is page in sql server?
What is the xml datatype?
How does using a separate hard drive for several database objects improves performance right away?
What is “asynchronous” communication in sql server service broker?
Describe in brief sql server monitoring ways.
How to execute multiple stored procedures at one time in sql server?
What is service broker?
What structure can you implement for the database to speed up table reads?