[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 1719  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20012Robinson, Jessica90706BellflowerCaliforniaUnited States
14757Garcia, Elizabeth, B91776San GabrielCaliforniaUnited States
23814Foster, Angela90505TorranceCaliforniaUnited States
26542Torres, Jamie98107BallardWashingtonUnited States

Generated 2025-07-18 00:47:57.899 UTC