My issue
we should find the maximum value ,the max value will be 4120 not 3017
Learning course: SQL: Topic-wise practice
Problem Link: CodeChef: Practical coding for everyone
we should find the maximum value ,the max value will be 4120 not 3017
Learning course: SQL: Topic-wise practice
Problem Link: CodeChef: Practical coding for everyone
Question:
select MAX(rating) from Users; **
*** You can refer to the dataset .
Correct answer is: 3017
Explanation:
The question says find max rating from the Users dataset. The dataset link is given below the SQL command kindly see the link. By clicking the link to the dataset, the max value of rating column in users dataset is 3017 , so answer is 3017 not 4120. 4120 is wrong because 4120 is not present in the dataset.
Thank you, if this helpful pls like my comment ![]()