[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 610   SHUFFLE   <  SKIP 368  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16224Martinez, Jacob94611OaklandCaliforniaUnited States
15489Thompson, Emily99362Walla WallaWashingtonUnited States
20703White, Seth, L97205PortlandOregonUnited States

Generated 2025-11-05 13:44:57.671 UTC