[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   <  SKIP 6579  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16284Perez, Troy, D95010HofBayernGermany
16278Turner, Angel, L95010HofBayernGermany
16539Li, Christy95010HofBayernGermany
15675Alonso, Jay, A95010HofBayernGermany
17096Bennett, Samantha, S95010HofBayernGermany
17802Arun, Erick, C95010HofBayernGermany

Generated 2025-07-21 17:06:42.200 UTC