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
Can sql servers link to other servers like oracle?
How to execute stored procedure in select statement sql server?
Give main differences between "Truncate" and "Delete".
What is difference between sql and sql server?
What is a trigger and types of a trigger?
What is index fragmentation in ms sql server?
Write a code to select distinct records without using the DISTINCT keyword.
How to insert data with null values?
What is use of except clause? How does it differ from not in clause?
What is a primary index?
What are the advantages to use stored procedures?
Do you know what is difference between index seek vs. Index scan?
you have couple of stored procedures that depend on a table you dropped the table and recreated it what do you have to do to reestablish those stored procedure dependencies?
what does the automatic recovery do? : Sql server administration
What is user-defined inline table-valued function?