[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 3512  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26376Martinez, Anthony91950National CityCaliforniaUnited States
21140Diaz, Byron, A91502BurbankCaliforniaUnited States
15371Bryant, Cameron99362Walla WallaWashingtonUnited States

Generated 2025-07-11 03:26:30.607 UTC