[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 2000   SHUFFLE   <  SKIP 171  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11755Pal, Willie, J4655Hervey BayQueenslandAustralia
16960Gray, Paige97355LebanonOregonUnited States
14058Anand, Johnny4000BrisbaneQueenslandAustralia

Generated 2025-11-05 14:07:50.353 UTC