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

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18096Kelly, Ariana, R90210Beverly HillsCaliforniaUnited States
18066He, Steve, J90210Beverly HillsCaliforniaUnited States
18417Roberts, Jonathan90210Beverly HillsCaliforniaUnited States
18441Munoz, Tabitha, A90210Beverly HillsCaliforniaUnited States
18656Clark, Charles, K90210Beverly HillsCaliforniaUnited States
18537Carson, Kathryn, L90210Beverly HillsCaliforniaUnited States

Generated 2025-07-08 08:53:07.934 UTC