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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15055Torres, Patrick, W66740SaarlouisSaarlandGermany
26408Huang, Martha, ESW1P 2NULondonEnglandUnited Kingdom
24297Cox, Victoria, C91932Imperial BeachCaliforniaUnited States

Generated 2025-07-18 20:14:39.096 UTC