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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26123Scott, Isabella, R91950National CityCaliforniaUnited States
26195Rivera, Alyssa, S91950National CityCaliforniaUnited States
26238Foster, Julia, A91950National CityCaliforniaUnited States

Generated 2025-07-14 17:52:14.172 UTC