An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Hello @Muruga Muthukrishnan
Adding few more points to the previous response by Vahid.
To join data from a Dedicated SQL pool and a serverless SQL pool in Azure Synapse Analytics, you can use the PolyBase feature. PolyBase allows you to query data from external data sources, including other SQL pools and databases.
PolyBase is by far the fastest and most scalable SQL Data Warehouse loading method to date, so we recommend it as your default loading mechanism.
For more inof: Read: Using PolyBase for SQL Data Warehouse loads
By using PolyBase to join the data from both SQL pools, you can avoid the need to move the data between the pools, which can be time-consuming and costly.