Data marts and data warehouses have typically been relational, but the emergence of what technology has helped to let these be used for non-relational data?

Respuesta :

NoSQL has helped to let data marts and data warehouses be used for non-relational database.  A non-relational database is one that does not use the traditional database system's tabular schema of rows and columns. Non-relational databases, on the other hand, employ a storage model that is tailored to the specific needs of the data being stored.

NoSQL data stores are those that do not use SQL for queries. Instead, data stores query the data using other programming languages and constructs. In practice, "NoSQL" refers to a "non-relational database," despite the fact that many of these databases support the SQL-compatible queries.

To learn more about non-relational database, click here

https://brainly.com/question/15733057

#SPJ1