Syntax 

Syntax

ALTER TABLE <table> SET ALIAS <alias_name>;
SQL

<table>

The table you want to set an alias to.

<alias_name>

Temporary name That you want to set to the table.

Output

This SQL command does not return anything.