Answer Posted / priyanka rani
By using Update statement. For example Update table_name set column_name='value' where column_name='your condition'
if required use where condition
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is cross join in sql server joins?
how you can deploy an ssrs report?
How many databases Microsoft SQL server provides?
What are the lambda triggers?
How to create a login account in ms sql server to access the database engine using "create login" statements?
Do you know the capabilities of cursors?
What is database architecture? : SQL Server Architecture
What are security principals used in sql server 2005?
What is the stuff and how does it differ from the replace function?
List out what other servers you can use with ssrs?
What is rank function?
What is the use of keyword with encryption. Create a store procedure with encryption?
What are the types of database recovery models?
What is the use of floor function in sql server?
Explain trigger classes i.e. Instead of and after trigger?