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 / nilesh
Update tablename set Column_name = '' where f_name = 'student'
| Is This Answer Correct ? | 17 Yes | 7 No |
Post New Answer View All Answers
Does windows server 2016 come with sql server?
What is the difference between a function and a stored procedure?
What happens when transaction log is full?
what happens on checkpoint? : Sql server database administration
List the data types available in mssql?
Mention the differences between sql server and mysql.
What is primary key and example?
How to create median function?
How do I port a number to sql server?
what are user defined datatypes? : Sql server database administration
What is the default server name for sql server?
what is blocking? : Sql server database administration
Define tempdb database?
What happens if null values are involved in string operations?
How do clustered indexes store data?