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 binary string data types in ms sql server?
What are the events recorded in a transaction log?
Define Business Edition in SQL Azure?
What are distributed partitioned views?
Tell me what is the order in which the sql query is executed?
When a primary key constraint is included in a table, what other constraints does this imply?
What happens if date-only values are provided as date and time literals?
Is resultset an interface?
What is apply operator in sql?
How to disconnect from a sql server using mssql_close()?
what's sql server? : Sql server database administration
What is a cube? : sql server analysis services, ssas
How do I find information about the install locations for the various instances running on a computer?
Are connections to sql server encrypted?
What is a mixed extent?