[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 127   SHUFFLE   <  SKIP 2193  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21920Bennett, Destiny91945Lemon GroveCaliforniaUnited States
22229Perry, Wyatt91502BurbankCaliforniaUnited States
26712Wilson, Ashley, S92102San DiegoCaliforniaUnited States

Generated 2025-07-15 06:23:32.265 UTC