[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 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16118Wright, James, A94611OaklandCaliforniaUnited States
16224Martinez, Jacob94611OaklandCaliforniaUnited States
16362Smith, Joshua, C94611OaklandCaliforniaUnited States

Generated 2025-07-17 05:40:51.285 UTC