[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 250   SHUFFLE   <  SKIP 670  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15774Kelly, Natalie98052RedmondWashingtonUnited States
23311Gonzalez, Veronica, C5023FindonSouth AustraliaAustralia
12690Zhang, Roger1002SydneyNew South WalesAustralia

Generated 2025-07-09 22:36:19.514 UTC