How to update existing rows in a table?



How to update existing rows in a table?..

Answer / 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

More SQL Server Interview Questions

How do I perform an unattended install of sql server 2000?

0 Answers  


What is the use of attributehierarchyvisible ? : sql server analysis services, ssas

0 Answers  


how to know description of a table in sqlserver 2000

8 Answers  


what's the difference between SQL & MY-SQl...? And what we learn from these ....?

2 Answers   Broadridge,


What is the process of normalization?

0 Answers  






Diff between Composite key, Alternate Key, Candidate Key, Primary Key, Unique Key, Super Key, Foreign Key

1 Answers  


How do I create a trace in sql server?

0 Answers  


How to test odbc dsn connection settings?

0 Answers  


What is the difference between stored procedure and functions?

0 Answers   MCN Solutions,


Which is the main third-party tool used in sql server?

0 Answers  


What are window functions in sql server?

0 Answers  


How to determine the service pack currently installed on SQL Server?

4 Answers   HCL,


Categories