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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20382Hernandez, Jack, M90712LakewoodCaliforniaUnited States
20504Tangirala, Rakesh, J90712LakewoodCaliforniaUnited States
20338James, Anna90712LakewoodCaliforniaUnited States

Generated 2025-07-18 02:50:11.697 UTC