Questions tagged [data-dictionary]

A Data Dictionary stores information about all user-defined objects in the database. It usually comes with utilities to cross-reference all system components to each other.

References

187 questions
-1
votes
1 answer

Format of Data Dictionary

I have been creating a data dictionary with each table having a separate Excel sheet. However now I've got so many tables that using the tabs has become cumbersome. Has anyone got any suggestions to make them more manageable? Thanks
EdenUK
  • 23
  • 8
-1
votes
1 answer

Converting and altering Oracle table columns

I need help for specific question. I need to write some Oracle Database procedure, which will do next: Receiving a table name as a parameter; Taking all fields with numeric value (number/bignumber/numeric/etc.) excepting primary key; Convert these…
b00blik
  • 31
  • 4
-1
votes
1 answer

Operating system data dictionary

I am starting to learn about data dictionaries and a question popped up in my head that I am unable to find the answer for online. Do operating systems have a data dictionary? Is there any way I could go about accessing it?
Nick
  • 95
  • 3
  • 15
-1
votes
1 answer

oracle and sql server

I have an application management analyzes that revolves around a sql server 2008 database. when I connect to the database via the Talend ETL tool I can not know which tables contain the fields I need. my question there has there a possibility to…
sofien
  • 19
  • 4
-2
votes
2 answers

Create a nested data dictionary in Python

I have the data as below { "employeealias": "101613177", "firstname": "Lion", "lastname": "King", "date": "2022-04-21", "type": "Thoughtful Intake", "subject": "Email: From You Success Coach" } { "employeealias": "101613177", …
NK7983
  • 125
  • 1
  • 14
-2
votes
1 answer

Get data from Datagridview and put in dictionary c#

I have a datagridview contains 2 columns. "Email" and "Amount". I just want to get data from these two columns and put in data-dictionary, EMAIL as Key and the AMOUNT as Value. How could i get this?
Majid A.
  • 19
  • 1
  • 4
-3
votes
1 answer

how do you update data dictionary in python

I am going through a json file and extracing "name" and "id" field. I need to form a data dictionary and store "name" and "id" fields in data dictionary called my_dict report=("'name':{},…
user1471980
  • 10,127
  • 48
  • 136
  • 235
1 2 3
12
13