[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 2391   SHUFFLE   <  SKIP 23  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11636Cox, Kimberly, K94015Daly CityCaliforniaUnited States
15393Ruiz, Rebekah, E94704BerkeleyCaliforniaUnited States
28086Anand, Bridget90706BellflowerCaliforniaUnited States

Generated 2025-07-12 03:47:57.524 UTC