[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 250   <  SKIP 6426  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22967Smith, Rachel98501OlympiaWashingtonUnited States
22994Allen, Chloe98501OlympiaWashingtonUnited States
23266Watson, Jessica98501OlympiaWashingtonUnited States

Generated 2025-07-21 06:37:40.759 UTC