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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19984Morris, Sara92020El CajonCaliforniaUnited States
11575Campbell, JacksonLE18LeedsEnglandUnited Kingdom
17260King, Sean, B97355LebanonOregonUnited States
25103Brooks, Shelby94519ConcordCaliforniaUnited States

Generated 2025-07-19 04:27:45.700 UTC