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/dbms question
SIKSHAPATH Latest Questions
practice503
Asked: October 20, 2021In: DBMS
Write a program in PL/SQL to find the number of rows effected by the use of SQL%ROWCOUNT attributes of an implicit cursor.
practice503
Asked: October 20, 2021In: DBMS
Write a PL/SQL block to display the last name of manager, and their departments for a particular city, using parameters with a default value in explicit cursor.