[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 512   SHUFFLE   <  SKIP 5403  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20435Green, Natalie, E91945Lemon GroveCaliforniaUnited States
15514Ramirez, Angela99362Walla WallaWashingtonUnited States
19734Weisman, Natalie92102San DiegoCaliforniaUnited States

Generated 2025-07-17 07:01:15.647 UTC