Jump to content

Daplex

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by GreenC bot (talk | contribs) at 22:06, 9 September 2016 (WaybackMedic 2). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Daplex is an old computer language used for creating distributed database systems and can be used as a global query language.

Example of Daplex Local Schemata

Type EMPLOYEE is entity
Name: string
SSN: integer
ADDRESS: string
SALARY: Float
end entity;