Changing values in rows
•
UPDATE sources
•
SET rmag = rmag / 10, bmag = bmag * 10
•
WHERE name IS NOT NULL;
The SET clause allows the use of expressions for each attribute