> ## Documentation Index
> Fetch the complete documentation index at: https://docs.regatta.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Entry

Let’s give Richard Roe a raise.

```SQL theme={null}
UPDATE employees SET employee_salary=20202
WHERE employee_name='Richard Roe'
```

Now let’s run the SELECT command from the previous section and see if Richard Roe appears
now.

Indeed, Richard Roe appears now as he has a higher salary.
