Tag: databases
Questions Related to databases
Duplicate values are eliminated by which keyword
The two types of subqueries are:
What is the result of the query below? SELECT Stud_name, Rollnum FROM STUDENT WHERE stud_marks=(SELECT MIN (stud_marks) FROM STUDENT GROUPBY Rollnum);