CS6400 - Exam 3 UPDATED ACTUAL Questions and CORRECT Answers
0 view 0 purchase
Course
CS6400
Institution
CS6400
CS6400 - Exam 3 UPDATED ACTUAL
Questions and CORRECT Answers
Natural Join - CORRECT ANSWER- The result of this is the set of all combinations of
tuples in R and S that are equal on their common attribute names. A special case of an
equijoin.
Left Outer Join - CORRECT ANSWER- A construct ope...
CS6400 - Exam 3 UPDATED ACTUAL
Questions and CORRECT Answers
Natural Join - CORRECT ANSWER✔✔- The result of this is the set of all combinations of
tuples in R and S that are equal on their common attribute names. A special case of an
equijoin.
Left Outer Join - CORRECT ANSWER✔✔- A construct operator which results in the set of
all combinations of tuples in R and S that are equal on their common attribute names, in
addition (loosely speaking) to tuples in R that have no matching tuples in S.
Insert - CORRECT ANSWER✔✔- A basic SQL operation in which new records are added to
a table.
Delete - CORRECT ANSWER✔✔- A basic SQL operation in which existing records are
removed from a table.
Update - CORRECT ANSWER✔✔- A basic SQL operation in which existing records are
changed in a table.
Select * - CORRECT ANSWER✔✔- A basic SQL operation in which existing records are
chosen from a table.
Select Distinct - CORRECT ANSWER✔✔- A basic SQL operation in which only unique
existing records are chosen from a table.
Intersect - CORRECT ANSWER✔✔- Set operator which includes all tuples that are in both
R and S.
Union - CORRECT ANSWER✔✔- Set operator which includes all tuples that are either in R
or in S or in both R and S. Duplicates are removed.
Union All - CORRECT ANSWER✔✔- set operator which includes all tuples that are either
in R or in S or in both R and S. Duplicates are not removed.
, Count(*) - CORRECT ANSWER✔✔- SQL function which returns the number of rows that
matches the specified criteria.
Group By - CORRECT ANSWER✔✔- SQL operator which rolls up the result set by one or
more columns.
Equijoin - CORRECT ANSWER✔✔- A theta join using the equality operator
Difference / Minus - CORRECT ANSWER✔✔- Set operator which includes all tuples that
are in R but not in S
Theta Join - CORRECT ANSWER✔✔- A construct operator which allows for arbitrary
comparison relationships (such as >=)
Inner Join - CORRECT ANSWER✔✔- Requires each row in the two joined tables to have
matching column values.
Cartesian Product - CORRECT ANSWER✔✔- A construct operator which results in the set
of all combinations of tuples in R and S
Reflexive Inference Rule - CORRECT ANSWER✔✔- If Y is a subset of X, then X -> Y. i.e.
EG -> G
Augmentation Inference Rule - CORRECT ANSWER✔✔- If X -> Y, then XZ -> YZ for any
Z i.e. E->A, therefore EG->AG
Transitive Inference Rule - CORRECT ANSWER✔✔- If X -> Y and Y -> Z, then X -> Z,
i.e. B->E, E->A, therefore B->A
Decomposition Inference Rule - CORRECT ANSWER✔✔- If X -> YZ then X -> Y and X -
>Z
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller MGRADES. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $10.49. You're not tied to anything after your purchase.