I am using Perl DBI. I know that $dbase->tables() will return all the tables in the corresponding database. Likewise, I want to know the schemas available in the database. Is there any function available for that?
I am using Perl DBI . I know that $dbase->tables() will return all the
Share
What you’re looking for is: DBI->table_info()
Call it like this: