[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 2500   <  SKIP 5252  >   <  TAKE 7  >   

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

7 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19405Smith, Abigail97034Lake OswegoOregonUnited States
19641Evans, Richard97034Lake OswegoOregonUnited States
19724Morris, Bryce97034Lake OswegoOregonUnited States
19779Foster, Emily97034Lake OswegoOregonUnited States
19861Perry, Caroline97034Lake OswegoOregonUnited States
20197Johnson, Olivia97034Lake OswegoOregonUnited States
20011Sanders, Eduardo97034Lake OswegoOregonUnited States

Generated 2025-10-11 14:01:23.066 UTC