Visualizing query results
In the previous section, we focused purely on developing the SQL/query for the requirements at hand. However, development does not stop at writing a SQL query that returns a bunch of rows.
It is important to expose these results in a digestible format, and the best way to do so is via visualizations – graphical representations of the results.
Databricks SQL supports a variety of visualizations. We’ll discuss them in the following sections.
How Detailed Will We Get?
Visualizations provide a lot of levers for configuring and customizing the representation. We will not be going into explicit detail about each configuration. I am assuming that you will get a general sense of the configuration once you get hands-on with visualizations. The following discussions will get you hands-on up to that level. You can take your visualizations to the next level by playing with all the various configurations. At any point, if you feel lost, please...