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 does it mean to normalize data?
Can two different columns be merged into single column? Show practically?
How can we improve performance by using SQL Server profiler?
How adventureworkslt tables are related?
Explain the properties of subqueries in sql server?
Explain about system database?
How do you delete a trigger?
What are different types of replication in sql server?
When would you use the stored procedures or functions?
What is the use of group by clause?
How to use transact-sql statements to access the database engine?
how you can list all the tables in a database?
Do you know what are the differences between lost updates and uncommitted dependencies?
how many no of arguments can be passed in procedures and functions
can any body tell me how to know the password of current user in sql server