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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15250Scott, Jose, M91945Lemon GroveCaliforniaUnited States
21184Rodriguez, Harold, M5023FindonSouth AustraliaAustralia
29238Powell, Xavier90505TorranceCaliforniaUnited States

Generated 2025-07-19 14:02:10.237 UTC