Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

# 6 The HSP _ TRANSACTIONS table has one row for every transaction. If , and only if , a transaction is a refund to

#6 The HSP_TRANSACTIONS table has one row for every transaction. If, and only if, a transaction is a refund to a coverage, it identifies the coverage with the RFND_COVERAGE_ID column. Not all refunds are to coverages, and not all coverages are refunded.
Use the following query to answer the question below it:
SELECT *
FROM HSP_TRANSACTIONS
your SQL here > COVERAGE
ON HSP_TRANSACTIONS.RFND_COVERAGE_ID = COVERAGE.COVERAGE_ID
What should replace your SQL here > to return only refunds to coverages?
SELECT ONE OF THE FOLLOWING (1 PT)
A. LEFT OUTER JOIN
B. INNER JOIN
C. RIGHT OUTER JOIN
D. FULL OUTER JOIN
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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 Concepts

Authors: David M. Kroenke

1st Edition

0130086509, 978-0130086501

More Books

Students also viewed these Databases questions

Question

10.3 Describe goal theory.

Answered: 1 week ago