[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 512   SHUFFLE   <  SKIP 22  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26232Gomez, JayPE17BuryEnglandUnited Kingdom
15777Smith, Brianna, D98104SeattleWashingtonUnited States
14417Lu, Ernest, H98225BellinghamWashingtonUnited States
14051Rivera, Nathaniel, M7001HobartTasmaniaAustralia

Generated 2025-07-12 06:56:27.719 UTC