[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 2147   SHUFFLE   <  SKIP 85  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18740Hill, Adam7001HobartTasmaniaAustralia
26211Yuan, BridgetSW19 3RULondonEnglandUnited Kingdom
26396Black, Terry, D70452StuttgartSaarlandGermany
25595Rowe, Larry, M91054ErlangenBayernGermany

Generated 2025-07-18 07:12:21.935 UTC