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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18639Scott, Maria, E97205PortlandOregonUnited States
25967Martinez, Alexis, S94941Mill ValleyCaliforniaUnited States
27791Deng, Shawna, C80074MünchenHessenGermany
21825Zhou, Randy, J12311BerlinHamburgGermany

Generated 2025-07-15 10:31:09.550 UTC