...
SQL
October 4, 2023
Software-process-models
October 4, 2023
SQL
October 4, 2023
Software-process-models
October 4, 2023

SQL

Question 40

Consider the following relations:

Consider the following SQL query.

SELECT S. Student_Name, sum(P.Marks)
     FROM Student S, Performance P
     WHERE S.Roll_No = P.Roll_No
     GROUP BY S.Student_Name

The number of rows that will be returned by the SQL query is _________.

A
2
B
3
C
4
D
5
Question 40 Explanation: 
Output table is

Correct Answer: A
Question 40 Explanation: 
Output table is

0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!