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 the use of attributehierarchyvisible ? : sql server analysis services, ssas
What are the advantages of user defined function?
Can we deploy SSRS reports on our personal website?
what is the sql equivaent of the dataset relation object ?
Why would you use sql agent?
What is a view in sql?
How to drop an existing table with "drop table" statements in ms sql server?
Explain what is the difference between a local and a global temporary table?
What are the different types of cursor?
What is a transact-sql statement batch in ms sql server?
What is a DBMS, query, SQL?
Give an example of SQL injection attack ?
Can we shrink data file in sql server?
is there a column to which a default can't be bound? : Sql server database administration
What do you think of this implementation? Can this be implemented better?