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 are policy management terms?
how you can move data or databases between servers and databases in sql server? : Sql server administration
How to use subqueries with the exists operators in ms sql server?
Explain trigger and its types?
What is indexing in sql server with example?
How many non clustered indexes there can be on table ?
What is the New in SQL server 2008?
Can I disable or restrict ssrs export formats (rendering formats)?
what are the new features in SSRS?
Explain about temporary stored procedure?
What is co-related sub query?
How to drop an existing table with "drop table" statements in ms sql server?
Explain what is cte (common table expression)?
Explain cdc and sql injection?
What is primary key and example?