[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 2500   SHUFFLE   <  SKIP 2002  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21509Lopez, Michele, CSE1 8HLLondonEnglandUnited Kingdom
19689Gonzales, Elizabeth, E99202SpokaneWashingtonUnited States
23786Serrano, Carrie, L98225BellinghamWashingtonUnited States

Generated 2025-07-13 02:52:57.591 UTC