[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 1154  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27273Miller, Marcus90712LakewoodCaliforniaUnited States
16475Anand, Kurt, L45001EssenHamburgGermany
12262Sanchez, Morgan, JPE17BuryEnglandUnited Kingdom

Generated 2025-07-14 08:25:36.296 UTC