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
Explain what are magic tables in sql server?
How to delete all rows with truncate table statement in ms sql server?
Tell me what is de-normalization and what are some of the examples of it?
what's the difference between delete table and truncate table commands? : Sql server database administration
What are trace flags?
Can you leave a union at any time?
What is the difference between value type and reference type?
How to enable/disable indexes?
If any stored procedure is encrypted, then can we see its definition in activity monitor?
How to create hyperlink from returned sql query ?
What are user defined functions in ms sql server?
How to change the name of a database user?
What is the difference between char, varchar and nvarchar?
How do you set a trace flag in sql server?
Can I use sql azure as a backup with log shipping or database mirroring?