[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 2000   SHUFFLE   <  SKIP 231  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21282Smith, Julia94536FremontCaliforniaUnited States
26638Flores, Olivia, V98403TacomaWashingtonUnited States
28839Parker, Connor, J97068W. LinnOregonUnited States
17567Cook, Nathaniel, G94015Daly CityCaliforniaUnited States

Generated 2025-07-12 09:23:58.049 UTC