[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 1858  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22743Murphy, Kaylee, A98033KirklandWashingtonUnited States
22519Hughes, Logan, M66740SaarlouisSaarlandGermany
17462Rogers, Jesse94941Mill ValleyCaliforniaUnited States
14880Ross, Jessica91977Spring ValleyCaliforniaUnited States

Generated 2025-07-16 19:24:01.933 UTC