subject

For each part of this problem you will need to construct a single SQL query which will check whether a certain condition holds on a specific instance of a relation, in the following way: your query should return an empty result if and only if the condition holds on the instance. (If the condition doesn't hold, your query should return something non-empty). Note our language here: the conditions that we specify cannot be proved to hold in general without knowing the externally-defined functional dependencies; so what we mean is, check whether they could hold in general for the relation, given a specific set of tuples. You may assume that there will be no NULL values in the tables, and you may assume that the relations are sets rather than multisets, but otherwise your query should work for general instances. (1) {A} is a superkey for a relation T (A, B, C, D). (2) The combinations of two attributes in the relation T (A, B, C, D) are each keys. (3) A tuple-generating dependency (TGD) between two relations A and B, having some shared attributes X1, ... , Xn, holds if, for every tuple ta in A, there is some tuple tb in B such that ta[X;] = tb[X;] for i = = 1,... n. In other words, for every distinct tuple in A, there must exist a corresponding tuple in B, which has the same values of shared attributes. Consider three tables Sailors(sid, sname, rating, age), Reserves(sid, bid, sname, bname, date) and Boats(bid, bname, color); Check for a TGD between Sailors and Reserves. (4) A multivalued dependency (MVD) is defined as follows: let R be a schema i. e. a set of attributes, and consider two sets of attributes X CR and Y CR. We say that a multivalued dependency (MVD), written: X + Y , holds on R if whenever there are two tuples tı, ta such that t1[X] = t2[X], there also exists a third tuple t3 such that: t3[X] = tı[X] = tz[X] t3 [Y] = tı[Y] t3[R\Y] = tz[R\Y] Note that R\Y is all the attributes in R that are not in Y, and that tz need not be distinct from tı or t2. Note especially that an MVD holds on an entire relation, meaning that any two tuples (in any order) in the relation should satisfy the above conditions if the MVD holds. To simply the problem, we assume R= {A, B, C, D, E), X = {A, B, C), Y = {C, D, E}. Hints: You need self-joins, nested SQL queries and Not Exist or Exists.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:00
Eva has many contacts on the professional networking site she uses which contacts are considered second degree
Answers: 3
question
Computers and Technology, 23.06.2019 09:30
The place where the extended axis of the earth would touch the celestial sphere is called the celestial
Answers: 1
question
Computers and Technology, 24.06.2019 07:20
Ingrid started speaking about her slide presentation. when she clicked to th"third slide, which had just a picture of an elephant, she forgot what she wassupposed to talk about. what could ingrid do to avoid this situation in thefuture? oa. print handouts for her audience.ob. add presenter's notes to each slide.oc. add a video to each slide.od. save her slide presentation to a flash drive
Answers: 2
question
Computers and Technology, 24.06.2019 18:20
Use a while-end loop in a script file to calculate the sum of the first n terms of the series: summation sign on the top n bottom k=1 : )^k * k^2 +5k)/3^k show the script file and the two results of n = 10 and n = 20.
Answers: 2
You know the right answer?
For each part of this problem you will need to construct a single SQL query which will check whether...
Questions
question
Social Studies, 09.11.2020 07:10
question
Geography, 09.11.2020 07:10