Top "Data-dictionary" questions

A Data Dictionary stores information about all user-defined objects in the database.

Export Data Dictionary of my database using MySQL Workbench CE?

I have a database on server with around 60 tables and now I want to export Data Dictionary of the database (…

mysql export mysql-workbench data-dictionary
Query columns names from a table from another user

Sounds pretty easy query the column names from a table, right? Indeed there is a answer to this question How …

oracle data-dictionary
Oracle equivalent of information_schema.tables

I get a "table or view does not exist" error while I try to execute the query below in Oracle: …

sql oracle select data-dictionary