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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23349Johnson, Lauren, L94536FremontCaliforniaUnited States
26234Perry, Antonio, L94704BerkeleyCaliforniaUnited States
25344Baker, Thomas98036LynnwoodWashingtonUnited States

Generated 2025-07-13 18:43:20.602 UTC