[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 3243   SHUFFLE   <  SKIP 1704  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29234Lopez, Kevin94015Daly CityCaliforniaUnited States
24931Miller, Brianna98403TacomaWashingtonUnited States
27610Washington, Jeremy91977Spring ValleyCaliforniaUnited States

Generated 2025-07-15 15:16:38.222 UTC