[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 3998  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25040Perry, Julian, D97301SalemOregonUnited States
25182Simmons, Natalie97301SalemOregonUnited States
25194Bell, Jada97301SalemOregonUnited States
25072Murphy, Alyssa, O97301SalemOregonUnited States

Generated 2025-07-13 09:55:30.891 UTC