Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

one row in the pat_enc table represents one patient encounter. one row in the order_med table represents one medication order. one patient encounter can have

one row in the pat_enc table represents one patient encounter. one row in the order_med table represents one medication order. one patient encounter can have many medication orders but one medication order can only have one patient encounter. In other words, the cardinality of this pat_enc to order_med relationship is one to many.

you start a query with order_med. You then add pay_enc using an inner join. What is true about the granularity of the result set before and after adding the pat_enc table?

A. The granularity stays at one row per patient encounter. B. The granularity stays at one row per medication order. C. The granularity changes from one row per patient encounter to one row per medication order to an encounter. D. The granularity changes from one row per medication order to one row per patient encounter.

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

Beginning VB.NET Databases

Authors: Thearon Willis

1st Edition

1594864217, 978-1594864216

More Books

Students also viewed these Databases questions