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 |
How do I perform an unattended install of sql server 2000?
What is the use of attributehierarchyvisible ? : sql server analysis services, ssas
how to know description of a table in sqlserver 2000
what's the difference between SQL & MY-SQl...? And what we learn from these ....?
What is the process of normalization?
Diff between Composite key, Alternate Key, Candidate Key, Primary Key, Unique Key, Super Key, Foreign Key
How do I create a trace in sql server?
How to test odbc dsn connection settings?
What is the difference between stored procedure and functions?
Which is the main third-party tool used in sql server?
What are window functions in sql server?
How to determine the service pack currently installed on SQL Server?