mysql show vistas
SHOW FULL TABLES
WHERE table_type = 'VIEW';
Upset Unicorn
SHOW FULL TABLES
WHERE table_type = 'VIEW';
SELECT *
FROM information_schema.tables;