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

OQL

< >

OQL is a query language created in 1986.

#1496on 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

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0