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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14559Washington, Ashley90802Long BeachCaliforniaUnited States
15005Cooper, Adrian90802Long BeachCaliforniaUnited States
15274Johnson, Alexander, M90802Long BeachCaliforniaUnited States

Generated 2025-07-12 21:15:19.707 UTC