[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 2500   SHUFFLE   <  SKIP 1799  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23188Jai, Austin, M98366Port OrchardWashingtonUnited States
26427Xie, Alicia3198SeafordVictoriaAustralia
13168Price, Hannah, A90401Santa MonicaCaliforniaUnited States

Generated 2025-07-13 17:49:28.152 UTC