> For the complete documentation index, see [llms.txt](https://vikram-bajaj.gitbook.io/cs-gy-6083-principles-of-database-systems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vikram-bajaj.gitbook.io/cs-gy-6083-principles-of-database-systems/main-1/sql/dml-commands/rename.md).

# Rename

The **as** keyword is used to perform the rename operation.

```
select a1 as x from r
```

Note that the *as* keyword can be omitted in the *from* clause.
