[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 250   SHUFFLE   <  SKIP 675  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23890Cox, Haley94519ConcordCaliforniaUnited States
14985Zhu, Jaclyn, A93000BobignySeine Saint DenisFrance
12195Morris, Erin91950National CityCaliforniaUnited States
22367Griffin, Jasmine94303Palo AltoCaliforniaUnited States

Generated 2025-07-15 03:50:07.071 UTC