[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 24   SHUFFLE   <  SKIP 2048  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21941Moore, Gail90401Santa MonicaCaliforniaUnited States
13443White, Jasmine97355LebanonOregonUnited States
19004Rogers, Ian, D92102San DiegoCaliforniaUnited States

Generated 2025-07-18 20:18:56.794 UTC