What does the update command do?
Answer / Sudha Tiwari
The UPDATE command in SQL Server modifies existing records within a table. It takes the form:nnUPDATE table_namenSET column1 = new_value1, column2 = new_value2...nWHERE search_condition;nThe WHERE clause is optional and specifies which rows to update.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to download and install microsoft sql server management studio express?
in a table is b in column k (manikanta,sivananda,muralidhar) i want result like (mnikanta,sivnanda,murlidhar) please slove it
What are the kinds of subquery?
Name few of the dcl commands in sql?
What are the different types of replication are there in sql server 2000?
What is inline variable assignment?
Can an automatic recovery be initiated by a user?
What is Trace flag?
What is optimistic concurrency?
What is logon trigger?
Can you type more than one query in the query editor screen at the same time?
What are the advantages of using views. Why do we need views when we have SPs?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)