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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14122Miller, Kaitlyn90802Long BeachCaliforniaUnited States
14365Ward, Evan, S90802Long BeachCaliforniaUnited States
14415Davis, William, C90802Long BeachCaliforniaUnited States

Generated 2025-07-12 17:40:08.171 UTC