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
What is the use of sql profiler in sql server 2012?
Why use triggers?
How to change the system date and time from SQL Plus Terminal ?
What is the difference between the application object and session object?
Where the sql logs gets stored? : sql server database administration
What is a data collection table?
What is truncate table?
How to rename an existing column with the "sp_rename" stored procedure in ms sql server?
How to edit table in sql server 2017?
Explain something about security and SQL Azure?
Can a database be shrunk to 0 bytes, if not, why?
What are exact numeric data types in ms sql server?
What are the different types of subquery?
How can we solve concurrency problems?
what purpose does the model database serve? : Sql server database administration