Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

OQL

< >

OQL is a query language created in 1986.

#1467on PLDB 38Years Old

Object Query Language (OQL) is a query language standard for object-oriented databases modeled after SQL. OQL was developed by the Object Data Management Group (ODMG). Because of its overall complexity nobody has ever fully implemented the complete OQL. Read more on Wikipedia...


Example from the web:
select c.address from Persons p, p.children c where p.address.street = "Main Street" and count(p.children) >= 2 and c.address.city != p.address.city

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io