[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 456   SHUFFLE   <  SKIP 1880  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21981Henderson, Isabella, L4000BrisbaneQueenslandAustralia
12477Gill, Robin, J75008ParisSeine (Paris)France
11090Bryant, Trevor90012Los AngelesCaliforniaUnited States

Generated 2025-07-15 12:47:03.479 UTC