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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20505Cox, Alexa91364Woodland HillsCaliforniaUnited States
14354Green, Seth94070San CarlosCaliforniaUnited States
22190Richardson, Carlos91945Lemon GroveCaliforniaUnited States

Generated 2025-07-11 18:06:19.476 UTC