Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

OQL

< >

OQL is a query language created in 1986.

#1492on PLDB 38Years Old
Wikipedia

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 Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll