Embed presentation
Download as PDF, PPTX





























MySQL 5.0 introduced a new INFORMATION_SCHEMA database that provides a standard way to access metadata and data dictionary information about the database. It contains several tables that describe database objects like tables, columns, indexes and privileges. The white paper discusses how to use the INFORMATION_SCHEMA database to view metadata and the structure of its included tables.




























