[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 547  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12593Zhang, Benjamin, FPE17BuryEnglandUnited Kingdom
24297Cox, Victoria, C91932Imperial BeachCaliforniaUnited States
28435Liu, Edwin66041PoingSaarlandGermany

Generated 2025-07-12 18:36:57.463 UTC