[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 0   SHUFFLE   <  SKIP 2330  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21430Morgan, Savannah, P91502BurbankCaliforniaUnited States
29111Anand, Dale, A91502BurbankCaliforniaUnited States
19887Walker, Olivia97071WoodburnOregonUnited States

Generated 2025-11-05 10:25:53.758 UTC