Now that we have some data to play with, let’s look at how we can process and query that data through the multiple options provided through Azure Data Studio.
External Tables
Querying a Big Data Cluster using T-SQL happens through external tables , a concept that was introduced in SQL Server 2016 with the first appearance of PolyBase.
We will start to query our Big Data Cluster by adding some external tables to our new empty database BDC_Empty which originally resides in ...