[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 875   SHUFFLE   <  SKIP 1848  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24411Sanchez, Johnathan90210Beverly HillsCaliforniaUnited States
26532Barnes, Angela, M94519ConcordCaliforniaUnited States
24764Hughes, Abigail, G98201EverettWashingtonUnited States
18519Cook, Alex90706BellflowerCaliforniaUnited States

Generated 2025-07-21 14:23:59.987 UTC