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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20126Carter, Seth, A95062Santa CruzCaliforniaUnited States
25950Kumar, Kyle98270MarysvilleWashingtonUnited States
26453Peterson, Cole, L97045Oregon CityOregonUnited States

Generated 2025-07-14 12:41:41.419 UTC