[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 416   SHUFFLE   <  SKIP 1300  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12064White, John, D97330CorvallisOregonUnited States
29279Turner, Hailey91945Lemon GroveCaliforniaUnited States
23587Gonzalez, Hailey, R90505TorranceCaliforniaUnited States

Generated 2025-07-18 03:16:05.215 UTC