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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26544Ramirez, Riley, E98020EdmondsWashingtonUnited States
11699Peterson, Chase99362Walla WallaWashingtonUnited States
29325Thomas, Cameron, E98312BremertonWashingtonUnited States

Generated 2025-07-22 00:32:57.435 UTC