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 the function of sql server agent windows service?
Name few of the dcl commands in sql?
Can a synonym name of a table be used instead of a table name in a select statement?
What are the types of dml?
i have made a project i vb.net n created a .exe of it after installing it in to any pc, the database (sql express) is not geting accesed i.e the aplication cuts the link of the database, so plz help in this matter.
What is mapping schema?
can an order by clause be used in a creation of a view?
How to defragment indexes with alter index ... Reorganize?
Can we hide the definition of a stored procedure from a use?
What is the difference between update lock and exclusive lock?
What is the latest version of microsoft sql server?
What are the types of resultset?
Explain indexed views and partitioned view with their syntax.
What is difference between rownum and row_number?
Explain error handling in ssis?