[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 512   SHUFFLE   <  SKIP 3001  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18049Watson, Patrick, H98036LynnwoodWashingtonUnited States
23672Flores, Abigail, L98371PuyallupWashingtonUnited States
23441Zhang, Rafael, E91420MorangisEssonneFrance
12028Lewis, Sarah, E91945Lemon GroveCaliforniaUnited States

Generated 2025-07-21 09:52:10.631 UTC