Update Update

Update - Definition

Related Words: Date, Dateline, Modernize, Refurbish, Restore, Streamline

An UPDATE statement in SQL changes data in one or more records in a relational database management system.

UPDATE statement has the following form:

UPDATE table_name SET column_name = value [WHERE criteriavariable = value]

For the UPDATE to be successful, the user must have data manipulation privileges (UPDATE privilege) over the table or column, the updated value must not conflict with all the applicable constraints (such as primary keys, unique indexes , CHECK constraints, and NOT NULL constraints).

Examples

UPDATE T SET C1 = 1 WHERE C2 = 'a'

Example Usage of Update

markymoo22: RT @stephenfry: Shakespeare app Update? http://twitpic.com/uh94i You jailbroken ya iPhone.Says safari instead of ya network provider!?
bhoomquizon: On our way to a family friend's wake. -Update via SMS for FREE using http://isip.ph
JustChelseaNews: News Update: Ancelotti and Lampard agree Chelsea are not playing well - but we're still four points clear! http://bit.ly/56A7d1
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.