[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 650   SHUFFLE   <  SKIP 2498  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21593Roberts, Marcus, H91502BurbankCaliforniaUnited States
11667Moore, Blake, S99362Walla WallaWashingtonUnited States
17477Griffin, Miranda98312BremertonWashingtonUnited States

Generated 2025-07-17 14:53:41.324 UTC