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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27262Hill, Courtney98052RedmondWashingtonUnited States
27912Ramirez, Caitlin98052RedmondWashingtonUnited States
28122King, Gabriel, V98052RedmondWashingtonUnited States

Generated 2025-07-13 09:57:38.559 UTC