[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 512   SHUFFLE   <  SKIP 1449  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14447Alexander, Madison98225BellinghamWashingtonUnited States
11665Dominguez, Janet91910Chula VistaCaliforniaUnited States
25003Russell, Tristan98225BellinghamWashingtonUnited States

Generated 2025-07-13 09:16:54.508 UTC