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
what is bit datatype? : Sql server database administration
What is code near application topology?
What is the difference between functions and stored procedures?
How to write a query with a left outer join in ms sql server?
How do you set a trace flag in sql server?
Due to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?
What does top operator do?
Explain few examples of stored procedure over triggers?
Tell me what is the order in which the sql query is executed?
What is the use of set nocount on/off statement?
What is use of dbcc commands?
How many types of local tables are there in sql server?
How to assign null values to variables or columns?
What are the different types of Indexes available in SQL Server?
How to select true false based on column value in sql server?