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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26649Perry, Emily, F94519ConcordCaliforniaUnited States
12714Lu, Colleen30601HannoverNordrhein-WestfalenGermany
29377Carlson, Rebekah66740SaarlouisSaarlandGermany
27601Rogers, Sydney, C91502BurbankCaliforniaUnited States

Generated 2025-07-18 22:43:34.871 UTC