Use DESCRIBE VIEW to
retrieve standard SQL text from a view. Use DESCRIBE VIEW XML to retrieve
SQL from a view as XML. This eliminates the need to implement a SQL
parser on the client.
You must have ALTER
VIEW privilege to run DESCRIBE VIEW on a secured view.