[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SHUFFLE   <  SKIP 1495  >   <  TAKE 3  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14721Jones, Daniel, J98371PuyallupWashingtonUnited States
11840Patterson, Julian, D91950Lincoln AcresCaliforniaUnited States
12224Henderson, TristanLE18LeedsEnglandUnited Kingdom

Generated 2025-07-12 12:11:30.886 UTC