[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   SKIP 0   SHUFFLE   <  SKIP 2342  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22174Lu, Micah6006PerthSouth AustraliaAustralia
26174Adams, Isaac97301SalemOregonUnited States
27684Coleman, Emma98020EdmondsWashingtonUnited States
14975Scott, DaltonCM11BillericayEnglandUnited Kingdom

Generated 2025-11-05 18:49:08.340 UTC