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
Is there a dictionary or database of English words with each word separated by syllables?

I am looking for an existing database of English words with each word separated by syllables. My purpose is to …

data-dictionary
Text segmentation: dictionary-based word splitting

Background Split database column names into equivalent English text to seed a data dictionary. The English dictionary is created from …

java nlp data-dictionary text-segmentation