sql select two columns from different tables code example Example: sql select two columns SELECT columnOne, columnTwo FROM yourTable;