RENAME [ TABLE |CLASS | VIEW | VCLASS ] old_view_name AS new_view_name [ ; ]
The following example shows how to rename a view name to game_2004.
RENAME VIEW game_2004 AS info_2004;