Update (SQL)
Wikipedia English The Free EncyclopediaDownload this dictionary
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.

See more at Wikipedia.org...


© This article uses material from Wikipedia® and is licensed under the GNU Free Documentation License and under the Creative Commons Attribution-ShareAlike License
Wikipedia Nederlands De vrije encyclopedieDownload this dictionary
Update (SQL)
Een UPDATE-opdracht in SQL wijzigt gegevens in één of meerdere records van een databank.

UPDATE wordt gebruikt in de volgende vorm:

UPDATE tabelnaam SET colomnaam1 = waarde1 [, colomnaam2 = waarde2 ...] [WHERE criteria]

Opdat de UPDATE-opdracht zou lukken moet de gebruiker de nodige machtigingen hebben voor het wijzigen van data, de nieuwe waarde mag geen conflict geven met de geldende constraints (zoals primaire sleutels, unieke indexen en constraints).


Zie meer op Wikipedia.org...


Dit artikel maakt gebruik van materiaal uit Wikipedia® en valt onder de GNU Vrije Documentatie Licentie
Norsk Wikipedia (Bokmål og Riksmål) – Den frie encyklopediDownload this dictionary
Update (SQL)
UPDATE et et SQL-uttrykk som brukes til redigering av verdier i en databasetabell.

Les mer på Wikipedia.org...


© Denne artikkelen bruker innhold fra Wikipedia® og er lisensiert av GNU Free Documentation License

| Update (SQL) in English | Update (SQL) in Dutch | Update (SQL) in Japanese | Update (SQL) in Norwegian