SET ALIAS
Syntax
Syntax
SQL
ALTER TABLE <table> SET ALIAS <alias_name>;
<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.