Druid SQL List todas las tablas

SELECT * FROM INFORMATION_SCHEMA. TABLES WHERE TABLE_SCHEMA = 'druid'
Inquisitive Ibex