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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23855Watson, Carlos92020El CajonCaliforniaUnited States
18599Simmons, Kyle, J98027IssaquahWashingtonUnited States
13407Rana, CassandraW10 6BLLondonEnglandUnited Kingdom
23839Howard, Savannah, L94014ColmaCaliforniaUnited States

Generated 2025-07-16 19:18:52.967 UTC