[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 512   SHUFFLE   <  SKIP 533  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22165Perez, Aaron, L91203GlendaleCaliforniaUnited States
13054Ward, Bryce, C98168BurienWashingtonUnited States
29325Thomas, Cameron, E98312BremertonWashingtonUnited States

Generated 2025-07-12 12:01:01.091 UTC