Consider the following query and the resulting set of data:
SELECT empno, lastname FROM emp WHERE empno BETWEEN "˜000020' and "˜000070'
Result:
If the query below is executed, how many rows will be returned?
SELECT empno FROM emp WHERE empno > "˜000020' AND empno "˜000070'
JamesBond
3 years, 4 months agodeepdg23
4 years, 4 months ago