I have a scenario where I need to get an attribute from a table and query the second table.
Table 1 will query with a partition key and clustering key to get the attributes and query table 2 passing one of the attributes from table 1 as the key and getting all attributes and returning the (both table 1 and table 2 ) in one transaction.
Is it possible to do it in one transaction?