[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 250   <  SKIP 7465  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12888Barnes, Melissa, K97034Lake OswegoOregonUnited States
13066Perry, Carson, C97034Lake OswegoOregonUnited States
13070Clark, Emma, D97034Lake OswegoOregonUnited States
13174Morris, Gabriella, F97034Lake OswegoOregonUnited States

Generated 2025-07-21 16:46:11.987 UTC