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

What is the purpose of sql profiler in sql server? : sql server database administration

0 Answers  


How to compose an inquiry to demonstrate the points of interest of an understudy from students table whose name begins with k?

0 Answers  


What is sql service broker?

0 Answers  


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

0 Answers  


How do you open a cluster administrator?

0 Answers  


How many types of built in functions are there in sql server 2012?

0 Answers  


How to call a function from a stored procedure in SQL Server ?

0 Answers   HCL,


What are data files?

0 Answers  


What are the advantages of user-defined functions over stored procedures in sql server?

0 Answers  


What are the recovery models for a database?

0 Answers  


What are the fixed server level roles? : sql server security

0 Answers  


Can you tell me the difference between DELETE & TRUNCATE commands?

15 Answers  


Categories