UPDATE


UPDATE

It allows you to modify data in existing rows as shown below
Permite modificar los datos que hay en los renglones como se muestra debajo.

update1

update2

Tip
UPDATE may be constrained by referential integrity. i.e., trying to change the client_id of a referenced client will be rejected.
El comando UPDATE puede estar restringido para mantener la integridad de referencia. Por ejemplo no es posible cambiar el número de identificación de un cliente que tiene referencias desde otras tablas.

Problem 1
city_bank > In order to help the clients, the owner of the bank has decided to set to zero the balance of those clients who have a negative balance. Write an SQL statement to accomplish this.
A fin de ayudar a los clientes, el gerente del banco ha decidido fijar a cero el balance de aquellos clientes que tienen un balance negativo. Escribir un comando SQL para conseguir esto.

cb_zerobal1

cb_zerobal2

© Copyright 2000-2021 Wintempla selo. All Rights Reserved. Jul 22 2021. Home