[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 2476   SHUFFLE   <  SKIP 300  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24430Long, Dalton94519ConcordCaliforniaUnited States
17418Ramirez, Victoria94010BurlingameCaliforniaUnited States
28764Rubio, Frank94014ColmaCaliforniaUnited States

Generated 2025-07-13 17:35:15.841 UTC