[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 250   <  SKIP 3425  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11310Sanders, Erin, A94109San FranciscoCaliforniaUnited States
11626Rogers, Destiny94109San FranciscoCaliforniaUnited States
11837Alexander, Haley94109San FranciscoCaliforniaUnited States

Generated 2025-07-07 14:51:11.163 UTC