|
#31. You query the database with this SQL statement: SELECT bonus FROM salary WHERE bonus BETWEEN 1 AND 250 OR (bonus IN(190, 500, 600) AND bonus BETWEEN 250 AND 500);
Which value could the statement return?
Show comments for this question (1)
Add comments
Link to this question
|