Goal: Setup a workbook formula that pulls the data from the database (use the given connection string), filter the data by applying condition with "PIN" less than equal to 15, import distinct data with maximum limit upto 5 rows of data and sort the result by "S_No." in ascending form.
Connection String: Data Source=(local)\SQLEXPRESS;Integrated Security=True;User ID=SheetKraft;Initial Catalog=testdb1
Table Name: "dbo"."dummy"
Hint: