information-schema
There are 10 repositories under information-schema topic.
aquameta/meta
PostgreSQL Extension: More friendly system catalog for PostgreSQL
bbrewington/dbt-bigquery-information-schema
dbt project to make it easier to work with BigQuery INFORMATION_SCHEMA views: https://cloud.google.com/bigquery/docs/information-schema-intro (commit msg's are intentionally clickbait - see the README)
quickshiftin/mysql-inspectors
A set of stored procedures and functions encapsulating schema inspection via information_schema.
chop-dbhi/sql-schema-exporter
Utility to export schema information from a relational database to JSON.
MeghnaS21/SQL-practice-commands
SQL Practice Commands. Copied from command prompt after execution.
belgattitude/soluble-schema
Database information schema inspector
jeihcio/Pesquisar-Atributos-Banco-Dados-Firebird
Pesquisar atributos nas tabelas de um banco de dados Firebird
lrf141/innodb_buffer_page_underuse
INFORMATION_SCHEMA plugin to aggregate unreferenced page information in the InnoDB Old Sublist
pryazhnikov/mysql-info-queries
Some useful mysql queries
pkx8326/Drawing_Triangles_with_MySQL
This repository contains simple sets of codes that draw triangles in the form of ASCII art using MySQL. I cam across these codes on HackerRank and I thought it was a very strange concept to SQL to draw triangles with ASCII art. But then it became a challenging tasks and I learned to use information_schema.tables, a dummy table that exists in every MySQL session.