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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18602Ramirez, Patrick91932Imperial BeachCaliforniaUnited States
21269Clark, Blake94704BerkeleyCaliforniaUnited States
24727Jimenez, Mallory, S98168BurienWashingtonUnited States

Generated 2025-07-17 18:02:18.742 UTC