Given relation R (A,B,C,D) and the following FD’s. Identify the candidate key for R and highest normal form C->D, C->A, B->C
Home/question/Page 10
SIKSHAPATH Latest Questions
Write a program in PL/SQL to print the value of a variable inside and outside a loop using LOOPEXIT statement.
Write a program in PL/SQL to check whether a number is prime or not using goto statement with for loop.
Muskan
Asked: October 18, 2021In: Programming Language
1. Create a class of SalesPersons as a thread that will display five salespersons names. 2. Create a class as Days as other Thread that has an array of seven days. 3. Call the instance of SalesPersons in Days and start both ...
sarvjot2001
Asked: October 18, 2021In: Programming Language
Create a student class object array of size four having attributes name, designation and salary. Let the student class have appropriate getter/setters methods for accessing these attributes. Initialize these attributes through the setter methods. Store this object into a file ...