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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11001Huang, Eugene, L3198SeafordVictoriaAustralia
28686Jai, Sheena, J38231SalzgitterHessenGermany
13067Garcia, Olivia, S98168BurienWashingtonUnited States

Generated 2025-10-31 20:17:18.244 UTC