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 are diverse clauses that form a part of sql?
What is the difference between local and global temporary tables?
What is the optimal disk configuration for a database server and what raid configurations would you use if budget is not a constraint?
What is 2nf in normalization?
What is sql sandbox in sql server?
Do you know what are pages and extents? : SQL Server Architecture
What are the advantages of mirroring?
What is the difference between ddl,dml and dcl commands?
Can you create a logon trigger in sql server 2005 express edition?
What do you understand by hotfixes and patches in sql server?
What is the purpose of data source?
What is forward - only cursors / read only cursor?
What is the use of tempdb? What values does it hold?
what are the important architecture components of SSRS?
How to create an inline table-valued function?