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
Disadvantages of the indexes?
What is merge statement?
What is database replication?
What is report subscription?
Why it is recommended to avoid referencing a floating point column in the where clause?
What is store procedure?
How to use group functions in the select clause in ms sql server?
Define normalisation?
Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.
How to modify an existing user defined function?
What is the difference between indexing and hashing?
What sql server means?
What are the types of sql server?
How do you rename a table in sql server?
What is 2nf in normalization?