The Role of a Database in a Web Application

Like the INSERT statement, the UPDATE statement will fail if any database constraint is violated, e.g., invalid data type, required field not supplied, record already exists with same primary key, or foreign key value does not exist in the table it references (if it references any … ................
................