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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13397Mitchell, Adam98052RedmondWashingtonUnited States
28011Lan, Andrew, L97222MilwaukieOregonUnited States
18780Carter, Evan, K94947NovatoCaliforniaUnited States
26094Butler, Sarah94611OaklandCaliforniaUnited States

Generated 2025-07-10 08:14:53.723 UTC