[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 2876  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25260Howard, Dalton98901YakimaWashingtonUnited States
16999Kelly, Chloe, M91791West CovinaCaliforniaUnited States
26580Ramirez, Paige97301SalemOregonUnited States
19097Pal, Mindy2060Lavender BayNew South WalesAustralia

Generated 2025-11-05 16:41:42.113 UTC