[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 337  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12953Cooper, Catherine, A99202SpokaneWashingtonUnited States
23776Yuan, Cristina, L70511StuttgartSaarlandGermany
20761Washington, Jonathan, A92020El CajonCaliforniaUnited States

Generated 2025-07-12 10:22:53.955 UTC