Question 8. All rows correspond to students whose rollnum's are between 20 and 30. (i) SELECT * FROM Student WHERE rollnum are between 20 and 30; (ii) SELECT * FROM Student WHERE rollnum IN(20,30) A)...

DatabaseQuestion 8. All rows correspond to students whose rollnum's are between 20 and 30.<br>(i) SELECT * FROM Student WHERE rollnum are between 20 and 30;<br>(ii) SELECT * FROM Student WHERE rollnum IN(20,30)<br>A) Only (i)<br>B) Only (ii)<br>C) Both (i) and (ii)<br>D) None<br>

Extracted text: Question 8. All rows correspond to students whose rollnum's are between 20 and 30. (i) SELECT * FROM Student WHERE rollnum are between 20 and 30; (ii) SELECT * FROM Student WHERE rollnum IN(20,30) A) Only (i) B) Only (ii) C) Both (i) and (ii) D) None

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here