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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23565Torres, Julia, L92625Newport BeachCaliforniaUnited States
27912Ramirez, Caitlin98052RedmondWashingtonUnited States
14798Nara, Colleen, L59170CroixNordFrance
23839Howard, Savannah, L94014ColmaCaliforniaUnited States

Generated 2025-07-11 20:04:32.611 UTC