[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 512   SHUFFLE   <  SKIP 467  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23702James, Eduardo, C92118CoronadoCaliforniaUnited States
12353Ramos, Joe4171HawthorneQueenslandAustralia
24896Ramos, Kendra4810TownsvilleQueenslandAustralia
21020Ye, OmarOX16 8RSOxonEnglandUnited Kingdom

Generated 2025-07-12 22:11:26.112 UTC