[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 890  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28105Garcia, Hannah90241DowneyCaliforniaUnited States
23400Lee, Andrew, G94611OaklandCaliforniaUnited States
13737Sanders, Garrett90706BellflowerCaliforniaUnited States
24201Gonzales, Olivia, A78400ChatouYvelineFrance

Generated 2025-07-13 16:26:45.136 UTC