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
Do you know what is difference between stored procedure and user defined function?
What is indexing in sql server with example?
What is optimization and its types?
what types of replication are supported in sql server? : Sql server database administration
What are different types of roles provided by ssrs?
how many clustered indexes can be created on a table? : Sql server database administration
What are the diifferences between the ms sql server vs mysql?
How many types of dimensions are there and what are they? : sql server analysis services, ssas
Is it safe to delete log files?
What are the approximate numeric data types?
What is the difference between Stored Procedures and triggers?
How to use old values to define new values in update statements in ms sql server?
What is the use of sign function?
what are constraints? Explain different types of constraints? : Sql server database administration
Where is my database stored on the hard disk in ms sql server?