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

Please get the 4 th maximum salary from a table without using any sql keyword (TOP,MAX are mot allowed)

8 Answers  


What to check if a User database is locked?

0 Answers   TCS,


What is the status of services on passive node for failover cluster in sql server? : sql server database administration

0 Answers  


How does clustered and non clustered index work?

0 Answers  


How to recompile stored procedure at run time?

0 Answers  






What are the general features of sql server management studio? : sql server management studio

0 Answers  


What is failover clustering overview?

0 Answers  


In which situation you use Self joins?

1 Answers   CarrizalSoft Technologies, HP, TCS,


Is t sql the same as sql server?

0 Answers  


What is the importance of three tier architecture?

0 Answers   QuestPond,


What is normalization in Database ?

4 Answers  


What is sql profiler. What are the default templates with it? : sql server database administration

0 Answers  


Categories