[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 0   SHUFFLE   <  SKIP 2525  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11772Moore, Cameron, M98403TacomaWashingtonUnited States
19240Jimenez, Theresa, W90706BellflowerCaliforniaUnited States
18381Ward, Katherine91910Chula VistaCaliforniaUnited States
15485Wright, Jordan91932Imperial BeachCaliforniaUnited States

Generated 2025-11-05 04:28:39.013 UTC