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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28775Anderson, Morgan, J91945Lemon GroveCaliforniaUnited States
22367Griffin, Jasmine94303Palo AltoCaliforniaUnited States
15553Lopez, Ivan91502BurbankCaliforniaUnited States

Generated 2025-07-10 13:17:24.602 UTC