Access query language
From Wikipedia, the free encyclopedia
| This article is an orphan, as few or no other articles link to it. Please introduce links to this page from related articles; suggestions are available. (February 2010) |
Access, the successor to ENGLISH, is an English-like query language used in the Pick operating system.
The original name ENGLISH is something of a misnomer, as PICK's flexible dictionary structure meant that file and attribute names could be given aliases in any natural language. For instance the command SORT could be given the alias TRIEZ, the file CUSTOMER the alias CLIENT, the attribute BALANCE the alias BILAN and the particle BY the alias PAR. This would allow the database to be interrogated using the French-language command string "TRIEZ CLIENT PAR BILAN", resulting in a list of customers by balance.
This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.
| This programming language-related article is a stub. You can help Wikipedia by expanding it. |