[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   SHUFFLE   <  SKIP 3424  >   <  TAKE 2  >   

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

2 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11308Gonzales, Ian, T97045Oregon CityOregonUnited States
17369Brown, Ethan91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-10 20:38:15.811 UTC