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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28571Torres, Anna, P92118CoronadoCaliforniaUnited States
14648Evans, Eric, M91950National CityCaliforniaUnited States
16340Mitchell, Sean, L91932Imperial BeachCaliforniaUnited States

Generated 2025-07-11 23:30:28.358 UTC