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 |
What is the purpose of sql profiler in sql server? : sql server database administration
How to compose an inquiry to demonstrate the points of interest of an understudy from students table whose name begins with k?
What is sql service broker?
Which is the main third-party tool used in sql server?
How do you open a cluster administrator?
How many types of built in functions are there in sql server 2012?
How to call a function from a stored procedure in SQL Server ?
What are data files?
What are the advantages of user-defined functions over stored procedures in sql server?
What are the recovery models for a database?
What are the fixed server level roles? : sql server security
Can you tell me the difference between DELETE & TRUNCATE commands?