Query by Example
Query by Example is a programming language created in 1969. Query by Example (QBE) is a database query language for relational databases. It was devised by Moshé M. Zloof at IBM Research during the mid-1970s, in parallel to the development of SQL. Read more on Wikipedia...
51Years Old | 20Users | ?Jobs |
- the Query by Example wikipedia page
- Query by Example first appeared in 1969
- Read more about Query by Example on Semantic Scholar
- See also: sql, graphql
- Have a question about Query by Example not answered here? Email me and let me know how I can help.
Example code from Wikipedia:
SELECT * FROM Contacts WHERE City='Sampleton' AND Zipcode='12345';
Last updated August 9th, 2020