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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20692Lewis, John, H94611OaklandCaliforniaUnited States
24447Morgan, Cody90706BellflowerCaliforniaUnited States
27751Cooper, Zoe, L94536FremontCaliforniaUnited States

Generated 2025-07-18 12:50:12.539 UTC