Skip to main content
You can use the information_schema.schemata view to return information about schemas available in the database. Run a SELECT query to return information about each schema as shown in the example below. To view schema information, you must have schema privilege or ownership of the schema object.

Columns in information_schema.schemata

Each row has the following columns with information about the schema.