Does Domo have the equivalent of a SQL Server "View"?

Maybe I've spent too many years deep in SQL Server.

SQL Server has the concept of a "View", which is really just a query, usually containing a join. Instead of having to write a query to join tables, I can just query the view without needing to know the underlying relationships. I don't see any equivalent in Domo that allows this abstraction. I realize that I can set up ETL data flows to create new "joined" data sets, but is that really the expected way to work with data? Build data flows for every relationship?

Tagged:

Best Answers

Answers