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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18154She, Calvin, A14197BerlinNordrhein-WestfalenGermany
21929Perry, Karen, M92118CoronadoCaliforniaUnited States
18025Flores, Benjamin59000LilleNordFrance
12862Ortega, Melinda, L93500PantinSeine Saint DenisFrance

Generated 2025-11-05 15:42:26.310 UTC