[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 511   SHUFFLE   <  SKIP 1600  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15824Kumar, Lindsay, L94014ColmaCaliforniaUnited States
16998Lopez, Jennifer, D98312BremertonWashingtonUnited States
25480Thomas, MiguelKB9KirkbyEnglandUnited Kingdom

Generated 2025-07-17 07:28:32.774 UTC