[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SHUFFLE   <  SKIP 4194  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20192Campbell, Amber94704BerkeleyCaliforniaUnited States
28590Jai, Gabriel97045Oregon CityOregonUnited States
22733Powell, Alexandria98312BremertonWashingtonUnited States

Generated 2025-07-12 02:17:21.078 UTC