[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 650   SHUFFLE   <  SKIP 720  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25064Harris, James, M90505TorranceCaliforniaUnited States
17165Gonzalez, Isaac, E90712LakewoodCaliforniaUnited States
23901Gutierrez, Max, S92150SuresnesHauts de SeineFrance

Generated 2025-07-13 14:35:44.809 UTC