[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 2421   SHUFFLE   <  SKIP 4686  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15013Campbell, Julia, D91932Imperial BeachCaliforniaUnited States
17155Lewis, Samuel, H92020El CajonCaliforniaUnited States
13905Henderson, Christian92806La JollaCaliforniaUnited States

Generated 2025-07-18 18:54:30.944 UTC