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 / suresh.s
Example:
Delete from STUDENTDETAILS where StudentID = 101
| Is This Answer Correct ? | 20 Yes | 82 No |
Post New Answer View All Answers
Is INSTEAD OF trigger directly applicable to Table ?
What is the difference between ROW_NUMBER and Ranking function in SQL SERVER?
Explain something about security and SQL Azure?
What happens if null values are involved in arithmetic operations?
What is a select query statement in ms sql server?
How to test values returned by a subquery with the in operator?
What is analysis service repository?
What is policy based management (pbm)? : sql server database administration
What is built-in function?
How self join is different from outer join?
What are the types of stored procedures in an sql server?
What is a partition function in sql server?
What are pessimistic lock and optimistic lock?
How to convert a table data in XML format in sql server?
Why truncate is ddl?