Select-From-Where in OQL
(simple) Example:
SELECT s.name
FROM Movies m, m.stars s
WHERE m.title = “Sleepless in Seattle”
Note: this looks a lot more procedural than SQL.
Previous slide
Next slide
Back to first slide
View graphic version