[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SHUFFLE   <  SKIP 443  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23707Anderson, William, L98270MarysvilleWashingtonUnited States
16280Ma, Glenn, M48001MünsterSaarlandGermany
14288Ramirez, Christina, M92020El CajonCaliforniaUnited States
18612Flores, Alyssa90241DowneyCaliforniaUnited States

Generated 2025-07-12 14:38:14.622 UTC