[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 750   SKIP 1000   <  SKIP 62  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18422Jones, Taylor, A90505TorranceCaliforniaUnited States
18597Perry, Isabel90505TorranceCaliforniaUnited States
18672Lewis, Anthony90505TorranceCaliforniaUnited States

Generated 2025-11-06 05:28:40.326 UTC