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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15302Thomas, Brianna94941Mill ValleyCaliforniaUnited States
22480Gonzalez, Abby, P94310OrlyVal de MarneFrance
26723Kelly, Devin, A91977Spring ValleyCaliforniaUnited States
12800Chen, Lacey, E04139LeipzigNordrhein-WestfalenGermany

Generated 2025-11-06 01:45:35.710 UTC