Recent questions tagged referential-integrity

1 votes
2 answers
3
1 votes
1 answer
5
How to represent referential integrity constraint in ER model?pls explain with diagram
4 votes
3 answers
6
The following table has two attributes $X$ and $Y$ where $X$ is the primary key and $Y$ is the foreign key referencing $X$ with on-delete cascade.$\begin{array}{|c|c|} \h...
0 votes
2 answers
9
Consider the join of a relation R with a relation S. If R has 100 tuples and S has 9 tuples then the maximum and minimum sizes of the join respectively under referential ...
0 votes
1 answer
11
2 votes
1 answer
12
Let R (ABCD) and S(DEF). D is the foreign key in R that references primary key in S. Which of the following will not violation?a. Insertion in Rb. Insertion in Sc. Deleti...
1 votes
1 answer
13
62 votes
6 answers
14
Consider the following tables $T1$ and $T2.$$$\overset{T1}{\begin{array}{|c|c|c|} \hline \textbf {P} & \textbf {Q} \\\hline \text {2} & \text{2 }\\\hline \text{3} & \te...
3 votes
2 answers
16
What is on delete no action,on delete cascade, on delete set null action??explain through some eg??
5 votes
2 answers
17
5 votes
2 answers
19
Purpose of 'Foreign Key' in a table is to ensureNull IntegrityReferential IntegrityDomain IntegrityNull and Domain Integrity
0 votes
1 answer
22
what is the advantage of keeping the Foreign Key null as we know if we make the Foreign Key null we cant reference it again so thats a disadvantage ......so there must be...
1 votes
3 answers
23
39 votes
3 answers
26
The following table has two attributes $A$ and $C$ where $A$ is the primary key and $C$ is the foreign key referencing $A$ with on-delete cascade.$$\begin{array}{|c|c|} \...
To see more, click for the full list of questions or popular tags.