Let R (ABCDE) be a relation schema and consider the following functional dependencies
F = { AB→ E, AD→B, B→ C, C→D}.
Find out the candidate key.
Case 1:
as B→C and C→D, so, B→D (transitivity)
as B→D so AB→AD (augmentation)
as AB→E so AB→ABE (reflexivity)
as AB→ABE, AND AB→AD so AB→ABCDE(union)
So the closure of AB is . so, AB is a candidate key.
Case 2:
as AD→B so AD→ABD (reflexivity)
as AB→E so ABD→DE (augmentation)
as AD→B and B→C so AD→C (transitivity)
as AD→ABD, AD→C and AD→DE so AD→ABCDE (union)
So the closure of AB is . so, AD is also a candidate key.
Write the difference between procedural and non-procedural query language.
What is linear searching?
Write a C program to find sum of digit of any no.
Write a C program to multiplication of two matrix.
Short Notes : UML
Write a C program to find a no. is PALINDROME or NOT.
What is the Modularity of a Software System ?
Explain Sequence and Activity diagram with example.