[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 1508  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26968Sanchez, Henry2777SpringwoodNew South WalesAustralia
28948Ye, Valerie, C4551CaloundraQueenslandAustralia
13395Li, Gabriel, J98225BellinghamWashingtonUnited States

Generated 2025-07-09 09:31:52.217 UTC