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 / krish
DELETE FROM tablenameWHERE columnname AND columnname
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the advantages to use stored procedures?
Where does the copy job runs in the log shipping primary or secondary? : sql server database administration
Do you know the policy based administration feature of sql server 2008?
How to use subqueries with the exists operators in ms sql server?
Explain how to use linked server?
What is save transaction and save point?
What are out-of-range errors with date and time literals?
In what sequence sql statement is processed?
What is transactional replication?
What are the disadvantages of primary key and foreign key in SQL?
application server is slow what may be the problem
What is the difference between char and varchar2 datatype in sql?
What are the differences between stored procedure and the dynamic sql?
How sql server enhances scalability of the database system?
What is the meaning of resultset type_scroll_insensitive?