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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20363Brown, Alexander, L94015Daly CityCaliforniaUnited States
17227Gutierrez, Erika3000MelbourneVictoriaAustralia
13192Martinez, Hunter, K94070San CarlosCaliforniaUnited States

Generated 2025-07-12 12:07:55.312 UTC