Daplex

From Wikipedia, the free encyclopedia

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


[edit] Example of Daplex Local Schemata

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