andgar2010 / Data-Dictionary

Licensing Systems Data Dictionary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data-Dictionary

Licensing Systems Data Dictionary

Sources

Listed below are the source of the standards as well as links to the actual data sources

Specifically these are:

  kilolitres            | volume    |	kl
  gallon                | volume    | gal
  meter                 | length    | m
  foot                  | length    | ft
  kilowatt              | power     | kW
  horsepower            | power     | hp
  pound per sqare inch  | pressure  | psi

Instrcutions

Exporting Data

SSH into server run the following at the command prompt to export data:

mysqldump -u root -p --databases master_data >master_data.sql

OR for Postgres

pg_dump master_data > master_data.sql

About

Licensing Systems Data Dictionary


Languages

Language:PLpgSQL 100.0%