ALTER VIEW - to alter a view ALTER VIEW user_info RENAME TO max_user_info DROP VIEW max_user_info - to drop a view * use IF EXISTS to avoid an error if the view doesn't exist DROP VIEW IF EXISTS max_user_info

Get

Explore more quotes

Momchil Kolev