fr
fr

Question from the SQL - Fundamentals test

What SQL operator is used to test for a range of values in a column?

Easy

Which SQL operator is used to test for a range of values in a column?

Author: EL Mostafa FadiliStatus: PublishedQuestion passed 542 times
Edit
1
Community Evaluations
developer avatar
Afelete Samson SOULEY
06/04/2025
SELECT * FROM A a where a.num IN('wew','wee'); Ca repond pas a la question?