[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 127   SHUFFLE   <  SKIP 2366  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16669Martinez, Benjamin98033KirklandWashingtonUnited States
25086Cox, Jasmine94704BerkeleyCaliforniaUnited States
21156Lopez, Maria, E97330CorvallisOregonUnited States
13341King, Lucas, L90802Long BeachCaliforniaUnited States

Generated 2025-07-17 13:02:26.341 UTC