Existing name for the view.
- database_name
- user_name
- Optional name of the containing database or user for the view to be renamed if other than the current database or user.
Example
The following request renames the staff_info view as staff_information.
RENAME VIEW staff_info TO staff_information;