Refer to table 1.0 Using the SELECT statement below what would be the possible output:SELECT NAME, ORG, POSITIONFROM ORGCHARWHERE ORG 'JPCS'OR POSITION = =E2=80=98SEC';
Incorrect SELECT statement
It will retrieve the record of JOAN andROAN
0 rows selected
It will retrieve the record of JOAN,ROAN and JUNCorrect