[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 1156   SHUFFLE   <  SKIP 611  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13046Rodriguez, Jonathan, J4000BrisbaneQueenslandAustralia
20451Anand, Kelli, A2300NewcastleNew South WalesAustralia
21196Alonso, Kathleen1002SydneyNew South WalesAustralia

Generated 2025-07-22 06:02:32.548 UTC