join name from one table on another sql code example Example: sql select all from one table and one column from another SELECT myTable.*, otherTable.foo, otherTable.bar...