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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15281Anderson, Hunter94704BerkeleyCaliforniaUnited States
23580Jones, Ryan94519ConcordCaliforniaUnited States
24353Ramirez, Andrea94070San CarlosCaliforniaUnited States

Generated 2025-07-11 19:52:14.587 UTC