[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 205  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15322Green, Evan, M99362Walla WallaWashingtonUnited States
14378Mehta, Cory, A94010BurlingameCaliforniaUnited States
20196Perry, Cameron97045Oregon CityOregonUnited States
18780Carter, Evan, K94947NovatoCaliforniaUnited States

Generated 2025-07-13 01:20:24.757 UTC