[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 2993   SHUFFLE   <  SKIP 100  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17161Lopez, Katherine98033KirklandWashingtonUnited States
21576Gonzales, Benjamin97045Oregon CityOregonUnited States
27635Perry, Grace, E98168BurienWashingtonUnited States

Generated 2025-07-13 10:01:20.233 UTC