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
When setting replication, is it possible to have a publisher as 64 bit sql server and distributor or subscribers as a 32 bit sql server?
Do you know what is fill factor and pad index?
what's the information that can be stored inside a bit column? : Sql server database administration
Explain the steps to use transact-sql cursor?
What is the difference between commit and rollback?
Explain the third normal form(3nf)?
How can we get count of the number of records in a table?
What is lock escalation and what is its purpose?
How to create new tables with "create table" statements in ms sql server?
What is the use of nvl work?
Explain system rowset functions?
How to use union to merge outputs from two queries together in ms sql server?
How much space does sql server 2016 take?
What happens when unicode strings concatenate with non-unicode strings?
What is a transact-sql statement batch in ms sql server?