Question
Using the BSU_Students table, write and run the SQL to list those students with a score of 600 or higher on both the math and
Using the BSU_Students table, write and run the SQL to list those students with a score of 600 or higher on both the math and verbal portion of the SAT. List their student ID, last name, SAT math and verbal scores and a computed a SAT combined score called SATScoreTotal. Sort the results by the last name in ascending order.
Adding two variables does not need an additional clause, you can just directly add them up, such as select (StuSATMath + StuSATVerbal) AS SATScoreTotal
Step by Step Solution
3.44 Rating (154 Votes )
There are 3 Steps involved in it
Step: 1
SELECT StuID StuLastName StuSATMa...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get StartedRecommended Textbook for
Database Processing Fundamentals, Design, and Implementation
Authors: David M. Kroenke, David J. Auer
14th edition
133876705, 9781292107639, 1292107634, 978-0133876703
Students also viewed these Databases questions
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
View Answer in SolutionInn App