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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18528Rodriguez, John, M90712LakewoodCaliforniaUnited States
18657Morgan, Alex, M90712LakewoodCaliforniaUnited States
18975Bryant, Samuel, K90712LakewoodCaliforniaUnited States

Generated 2025-07-19 02:44:10.528 UTC