[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 1773  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12079Cooper, Nathaniel91950National CityCaliforniaUnited States
13302Torres, Cole, A94611OaklandCaliforniaUnited States
17439Butler, Jasmine98052RedmondWashingtonUnited States
16386Moyer, Philip, MYO15YorkEnglandUnited Kingdom
25548Yuan, Colleen, M46236BottropNordrhein-WestfalenGermany
26725Smith, Alexis, L98371PuyallupWashingtonUnited States

Generated 2025-10-31 16:06:49.853 UTC