home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / SQL and Data Base / Logic Works ERwin 3.5 / data.1 / COMPARE.MDB / EMPLOYEE.json < prev    next >
Encoding:
JavaScript Object Notation  |  1998-01-21  |  369 b 

  1. {
  2.     "schema": {
  3.         "EMPLOYEE ID": "Text (25) NOT NULL",
  4.         "STORE ID": "Integer",
  5.         "EMPLOYEE_NAME": "Text (25)",
  6.         "SUPERVISOR": "Text (25) NOT NULL",
  7.         "EMPLOYEE_STREET ADDRESS": "Text (45)",
  8.         "EMPLOYEE_CITY": "Text (20)",
  9.         "EMPLOYEE_STATE": "Text (2)",
  10.         "EMPLOYEE_ZIP CODE": "Integer",
  11.         "EMPLOYEE_PHONE NUMBER": "Integer",
  12.         "EMPLOYEE_SOCIAL SECURITY #": "Integer",
  13.         "EMPLOYEE_HIRE DATE": "DateTime"
  14.     },
  15.     "data": []
  16. }