View Structure « View « SQL / MySQL






1.You can use the SHOW CREATE VIEW command to view the entire CREATE syntax used when creating a view
2.DESCRIBE statement works on a view just as it does on a table