[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 2500   SHUFFLE   <  SKIP 1502  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21219Zhu, Candice, S3220GeelongVictoriaAustralia
22506Prasad, Brenda, E91054ErlangenBayernGermany
20591Tang, Kara80074MünchenHamburgGermany

Generated 2025-07-20 09:17:58.349 UTC