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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21280Walker, Justin, J98168BurienWashingtonUnited States
22723Anderson, Alexander, G91791West CovinaCaliforniaUnited States
18955Jones, Justin94303Palo AltoCaliforniaUnited States

Generated 2025-11-02 13:47:32.518 UTC