[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 0   SHUFFLE   <  SKIP 3067  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24417Harris, Christopher, A92102San DiegoCaliforniaUnited States
14936Sanchez, Bryan93290Tremblay-en-FranceSeine Saint DenisFrance
23097Natsuhara, Tony3205South MelbourneVictoriaAustralia
16838Griffin, Jonathan, R91910Chula VistaCaliforniaUnited States

Generated 2025-10-31 19:22:51.038 UTC