[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 440   SHUFFLE   <  SKIP 3464  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26339James, Cindy99362Walla WallaWashingtonUnited States
28568Alonso, Daisy66740SaarlouisSaarlandGermany
18315Dominguez, Melody, A60188Carol StreamIllinoisUnited States
25284Mitchell, Allison90241DowneyCaliforniaUnited States

Generated 2025-07-20 10:46:04.527 UTC