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 / elumalai.k
delete from tablename where columnname=datatype
examples:
delete from employee where employeeid=2
| Is This Answer Correct ? | 13 Yes | 71 No |
Post New Answer View All Answers
How do you maintain database integrity where deletions from one table will automatically cause deletions in another table?
What is a domain constraint give an example?
What is bit data type? What's the information that can be stored inside a bit column?
Do you know the policy based administration feature of sql server 2008?
What are “unrepeatable reads”?
What is the difference between sdf and mdf?
What is the difference between value type and reference type?
Can a table be moved to different filegroup?
What is the use of floor function in sql server?
Explain comment on transactions?
What are the default system databases in sql server 2000?
What options are there to delete rows on the publisher and not on the subscriber? : sql server replication
What is the difference between varchar and nvarchar datatypes?
What is the query and subquery?
What is sql server query analyzer?