Hello Friends, I would like to understand how data is stored in the
adobe experience cloud platforms. I have studied and found that: 1. A
dataset (like a table in SQL) is created with the JSON schema. 2. This
definition of a dataset is stored in the catalog. This is not stored in
the data lake.3. Actual data is stored in the data lake. 4. With the
query service, we can write a query in SQL format which can be converted
into a format which understands by a data lake. But I am not able to
understa...