Besonderhede van voorbeeld: 5906450924869337374

Metadata

Author: WikiMatrix

Data

English[en]
The UPDATE statement has the following form: UPDATE table_name SET column_name = value For the UPDATE to be successful, the user must have data manipulation privileges (UPDATE privilege) on the table or column and the updated value must not conflict with all the applicable constraints (such as primary keys, unique indexes, CHECK constraints, and NOT NULL constraints).
Croatian[hr]
Naredba UPDATE ima sljedeći oblik: UPDATE ime_tablice SET ime_stupca = vrijednost Da bi UPDATE bio uspješan, korisnik mora imati odgovarajuća prava (UPDATE privilegije) za tablicu ili stupac, nova vrijednost ne smije narušavati ograničenja (referencijalni integritet, primarni ključevi, unique indeksi, CHECK ograničenja, i NOT NULL ograničenja).

History

Your action: