What operator is used to prevent the error: ‘ORA-01427:single row sub query returns more than one row’ ?
Options
- Use the IN operator
- Use the >= operator
- Use the CAN EXIST operator
- Use the = operator
CORRECT ANSWER : Use the IN operator
Write your comments