[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   <  SKIP 6764  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16478Gray, Adrian, L94611OaklandCaliforniaUnited States
16003Robinson, Carol94611OaklandCaliforniaUnited States
16118Wright, James, A94611OaklandCaliforniaUnited States
16988Bailey, Brian, R94611OaklandCaliforniaUnited States
16362Smith, Joshua, C94611OaklandCaliforniaUnited States
17267Stewart, Abigail94611OaklandCaliforniaUnited States

Generated 2025-11-05 02:37:18.613 UTC