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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20540Flores, Jasmine94704BerkeleyCaliforniaUnited States
28234Nelson, Jack, I90706BellflowerCaliforniaUnited States
24147Hernandez, Kathleen70452StuttgartSaarlandGermany
26452Martinez, James91791West CovinaCaliforniaUnited States

Generated 2025-07-14 09:10:32.985 UTC