Consider the following Student table:StudentIDNameMajorGPA10…
Consider the following Student table:StudentIDNameMajorGPA101AliceComputer Science3.8102BobMathematics3.2103CarolComputer Science3.5104DavidBiology3.9Write an SQL query to display the names and GPAs of all students majoring in Computer Science with a GPA greater than 3.6.