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 / subramaniam
Rupa Bagherwal is told the answer is correct
we cant delete particular value in one column
we can update onle
delete from employee where employeeid=2
suppose we wil give like this means it will delete one row
for this questions update only possible
| Is This Answer Correct ? | 31 Yes | 7 No |
Post New Answer View All Answers
What does top operator do?
1)what is the difference between Reinitializing a Subscription and synchronization the subscription? 2)when to use reinitializing ? 3)when to use synchronization? 4)when adding table or deleting a table what to do?(reinz.. or syn) 5)when adding a column what to do?
How do I debug a stored procedure in sql server?
What the different types of Replication and why are they used?
What are some of the pros and cons of not dropping the sql server builtinadministrators group? : sql server security
What is the Disadvantage of indexed sequential file.
How do you know if sql server is running on your local system?
How to copy data from one table to another table?
How to access the inserted record of an event?
What is named calculation? : sql server analysis services, ssas
How to modify an existing user defined function?
What are examples of triggers?
Can we call future method from queueable?
What is dynamic cursor in SQL SERVER?
What is Dependency Injection and provide example?