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. |
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. |