Most samples are based around the WideWorldImporters database. Instructions on how set up are here. The database to install is “WideWorldImporters-Full.bak”
Using this base query
SELECT
o.OrderId,
o.OrderDate,
ol.OrderLineId,
ol.StockItemId,
ol.Description,