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
What is standby servers? Explain types of standby servers.
what are triggers? : Sql server database administration
What are the key configuration files for sql server reporting services ?
What is normalization 1nf 2nf 3nf?
What are number line correlation administrators will use while working with a subquery?
Do you know what are the steps to process a single select statement?
Is a primary key unique?
Explain boyce and codd normal form(bcnf)?
Explain system rowset functions?
Tell me what do you understand by a view? What does the with check option clause for a view do?
How to declare a cursor with "declare ... Cursor" in ms sql server?
What is the difference between value type and reference type?
When should you use an instead of trigger?
What are the built in functions in sql server?
What is dirty read?