Join operation in Aerospike node client

Can I do join operations like SQL. Or I want to get data from two tables in single query. Which is efficient way to get records?

Aerospike does not support join operations. You can retrieve multiple records in a single queries using batch reads. However, you do need to know the primary keys of all the records you want to fetch.