.img1 { width:550px; height:450px;}
Graphical query builder
Build your SQL query NOT WRITING CODE , you have to drag, drop and select the coulmns in the tables

 

Query Script generated

SELECT
emp.empno, emp.ename, emp.job, emp.mgr, jobhist.startdate,
jobhist.enddate, emp.hiredate, jobhist.deptno, jobhist.job
FROM
public.emp,
public.jobhist;