Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing Fundamentals, Design, and Implementation

Authors: David M. Kroenke, David J. Auer

14th edition

133876705, 9781292107639, 1292107634, 978-0133876703

More Books

Students also viewed these Databases questions

Question

How does MC1R Protein Synthesize?

Answered: 1 week ago

Question

What is 5NF?

Answered: 1 week ago