Help for this page
my $sth = $dbh->prepare('SHOW TABLES');
$sth = $dbh->prepare('pragma table_info(execution_host)');
$sth->execute(); $sth->rows;