[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 2147   SHUFFLE   <  SKIP 78  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13855Washington, Sarah, C94014ColmaCaliforniaUnited States
11736Sanchez, Sebastian94536FremontCaliforniaUnited States
18406Ross, Zachary91932Imperial BeachCaliforniaUnited States
27813Vance, Roy91480FrankfurtBayernGermany

Generated 2025-07-17 22:50:02.019 UTC