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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15346Rodriguez, Charles, E90401Santa MonicaCaliforniaUnited States
19408Richardson, Taylor91932Imperial BeachCaliforniaUnited States
21935Simmons, Victoria99362Walla WallaWashingtonUnited States
24063Suarez, Micheal75017ParisSeine (Paris)France

Generated 2025-07-14 05:33:21.363 UTC