[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 250   SHUFFLE   <  SKIP 3818  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27194Cooper, Chase97034Lake OswegoOregonUnited States
12266Lin, Tiffany33098PaderbornNordrhein-WestfalenGermany
17482Alexander, TaylorV8POak BayBritish ColumbiaCanada
24226Morris, Brian, L90241DowneyCaliforniaUnited States

Generated 2025-07-20 21:44:23.330 UTC