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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26843Gonzalez, Noah33098PaderbornNordrhein-WestfalenGermany
11325Ross, Elijah, E98104SeattleWashingtonUnited States
14710Ma, Lisa, C20354HamburgHamburgGermany
23917Carlson, Carrie20354HamburgHamburgGermany

Generated 2025-07-13 20:35:53.234 UTC