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
Is it possible to run multiple publications and different type of publications from the same distribution database? : sql server replication
What is difference between unique and primary key?
What is ms sql server triggers?
how you can list all the tables in a database?
What are translations and its use? : sql server analysis services, ssas
What is the security model used in sql server 2005?
Can you type more than one query in the query editor screen at the same time?
explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
You want your report to display a hyperlink that will take users to your intranet. How do you configure such a hyperlink?
Define full outer join?
What is global temp table?
What is the difference between a stored procedure and a user defined function?
What is the correct order of the logical query processing phases?
What is the significance of master, tempdb and model databases?
How to create new tables with "create table" statements in ms sql server?