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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28794Cooper, Juan, D97068W. LinnOregonUnited States
25307Hernandez, Daisy66740SaarlouisSaarlandGermany
13507Patterson, Margaret, JCM11BillericayEnglandUnited Kingdom
17703Fernandez, Pamela, M59140DunkerqueNordFrance

Generated 2025-07-22 14:51:31.554 UTC