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
Explain what are the authentication modes in sql server?
Explain about system stored procedure?
What are the purposes and advantages stored procedure?
How to execute the cursor queries with "open" statements?
Explain features and concepts of analysis services?
What are the steps to take to improve performance of a poor performing query? : sql server database administration
How to return the second 5 rows in ms sql server?
How to create new databases with "create database" statements?
How is a full-text index updated?
What is the benefit of normalization?
code to create procedure for taking databse backup in sql server or i have the query for it but what it's query returns means i want to show on my jsp that the databse backup has been taken on the basis of that return value.does it returns 0 or 1.wat is the code for that
How to set database to be single_user in ms sql server?
What are three major types of constraints?
What is the recovery model?
What are the different types of normalization?