Retrieve data
Greetings, I would like to know which is the best form of retrieving data from different tables but related to one especific objectId.
For example, In my table “Publication” I have a relation with car (it’s another table), which also have some media and the media has their own attributes. What I’d like to do is by creating a query or a service retrieve all the information related to one car, and thats include their media and media attribute.
I’m kind of lost in this topic I’ve created the database in backendless by following this model but I don’t know how to achived this.
Any help will be more than welcome. Thanks.