• 2022-05-31
    Consider the following query:SELECT dname, ename FROM dept d, emp e Where d.deptno=c.deptno ORDER BY dname, ename;What type of join is shown?()
    A: Self-join
    B: Equijoin
    C: Outerjoin
    D: Non-equijoin