info@avatto.com
+91-9920808017
0. A relational database contains two tables Student and Performance as shown below: Student Roll_no.Student_name1Amit2Priya3Vinit4Rohan5Smita Performance Roll_noSubject_codeMarks1A861B951C902A892C923C80 The primary key of the Student table is Roll_no. For the Performance table, the columns Roll_no. and Subject_code together form the primary key. Consider the SQL query given below: SELECT S.Student_name, sum(P.Marks) FROM Student S, Performance P WHERE P.Marks > 84 GROUP BY S.Student_name; The number of rows returned by the above SQL query is ________. Note – Numerical Type question
4
5
3
6
Your email address will not be published. Required fields are marked *
Report
Name
Email
Website
Save my name, email, and website in this browser for the next time I comment.
Comment
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login