-
Find the error in the following query?
SELECT custid, fedid
FROM customer
WHERE custid = ’I’
AND fedid BETWEEN 6000-00-000 AND 8888-888-000;
-
- No
- Range too high to compare
- Yes
- All of above
- None of these
Correct Option: A
In the following query, there will be no error in executing as 6000-00-000 AND 8888-888-000 is “string ranges”.