[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 750   SHUFFLE   <  SKIP 2222  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23531Powell, Alexis, M4551CaloundraQueenslandAustralia
19069Hall, Thomas93000BobignySeine Saint DenisFrance
23662Sanchez, Cynthia, S2061Milsons PointNew South WalesAustralia
21608Griffin, David98052RedmondWashingtonUnited States

Generated 2025-07-14 06:00:30.239 UTC