update
v.
bring up to date, modernize, make current
n.
more current version of something
Update
Update (SQL)
An
SQL UPDATE statement changes the data of one or more records in a table. Either all the rows can be updated, or a subset may be chosen using a
condition.The UPDATE statement has the following form:UPDATE table_name SET column_name = value [, column_name = value ...] [WHERE condition]For the UPDATE to be successful, the user must have data manipulation privileges (UPDATE privilege) on 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).
See more at Wikipedia.org...
update
Noun
1. news that updates your information
(hypernym) news, intelligence, tidings, word
Verb
1. modernize or bring up to date; "We updated the kitchen in the old house"
(hypernym) modify
(derivation) updating
2. bring up to date; supply with recent information
(hypernym) inform
3. bring to the latest state of technology
(hypernym) modify
(derivation) updating
(classification) computer technology
update
The
regeneration of a display to show current status, based on changes to the previously displayed
data. Note: An update can be accomplished upon
user request or by automatic means.
update
" make current; add information to show what has happened recently."