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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16766Arun, Summer, G90210Beverly HillsCaliforniaUnited States
19895Jimenez, Ricky, J91502BurbankCaliforniaUnited States
19240Jimenez, Theresa, W90706BellflowerCaliforniaUnited States

Generated 2025-07-11 21:02:30.803 UTC