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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22242Walker, Cameron, M98901YakimaWashingtonUnited States
14093Arthur, Jillian, J90210Beverly HillsCaliforniaUnited States
26109Rodriguez, Dalton, J92102San DiegoCaliforniaUnited States

Generated 2025-07-11 13:32:17.815 UTC