180k views
4 votes
Can anyone help me with this question?
What are Object Query Languages?

User Moiz Raja
by
7.1k points

2 Answers

2 votes

Answer:

Object Query Languages (OQL) are query languages used to access, query, and manipulate data stored in an object-oriented database. OQL is similar to SQL, but it is tailored to the object-oriented model, allowing queries to be written in terms of objects and their relationships. OQL queries are commonly used to retrieve and modify data stored in an object-oriented database, as well as to perform operations such as creating and dropping objects and classes.

User Narelle
by
6.8k points
6 votes
it is an object oriented database that is modeled after the SQL. hope that helps :)
User Augusto Carmo
by
7.7k points