Solved

Assume the Following Table Named Student Exists in a Database

Question 17

Multiple Choice

Assume the following table named Student exists in a database:
Assume the following table named Student exists in a database:    Which of the following SQL statements will return only the student name and GPA from the Student table for all students having a GPA that is greater than or equal to 3.5? A)  SELECT Name, GPA FROM Student WHERE GPA >=3.5 B)  SELECT * FROM Student WHERE GPA >= 3.5 C)  SELECT Name, Number, GPA, CumHrs FROM Student WHERE GPA >= 3.5 D)  SELECT Student WHERE GPA >= 3.5 And Name, GPA
Which of the following SQL statements will return only the student name and GPA from the Student table for all students having a GPA that is greater than or equal to 3.5?


A) SELECT Name, GPA FROM Student WHERE GPA >=3.5
B) SELECT * FROM Student WHERE GPA >= 3.5
C) SELECT Name, Number, GPA, CumHrs FROM Student WHERE GPA >= 3.5
D) SELECT Student WHERE GPA >= 3.5 And Name, GPA

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents