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 do you understand by triggers?
Explain acid?
Can we check locks in database? If so, how can we do this lock check?
Will count(column) include columns with null values in its count?
How to link tables in sql server?
What is the use of sql profiler in sql server 2012?
To automatically record the time on which the data was modified in a table, which data type should you choose for the column?
Explain where clause?
Tell about MOM Tool(Microsoft Operator Manager)?
application server is slow what may be the problem
What are the differences between lost updates and uncommitted dependencies?
How do you run a trace?
How to encrypt Strored Procedure in SQL SERVER?
Explain transaction server consistency?
Explain atomicity?