[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 2214   SHUFFLE   <  SKIP 2003  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12777Anderson, Joseph, A98036LynnwoodWashingtonUnited States
13192Martinez, Hunter, K94070San CarlosCaliforniaUnited States
21786Bennett, Alexis92020El CajonCaliforniaUnited States

Generated 2025-07-18 09:53:48.434 UTC