The following error occurs when executing a query:
"ORA-01427: Single-row subquery returns more than one row"
The outer query must use one of the keywords ANY, ALL, IN, or NOT IN to specify values to compare because the subquery returned more than one row. If only one row is expected to be returned, then the table data needs to be reviewed.