Inserting a record ABC International School wants to computerize students details. The school maintains a database of students in Oracle. The student table contains information related to students and is shown in the following student table structure. Column Name Type Constraint Rollno Number ...
SIKSHAPATH Latest Questions
mj
Asked: November 22, 2021In: DBMS
create a trigger to create a copy of deleted data from old table to new table (for backup purpose)
mj
Asked: November 17, 2021In: Mathematics
Solve the three approaches of fractional knapsack problem.
mj
Asked: November 5, 2021In: DBMS
Given relation R (A,B,C,D) and the following FD’s. Identify the candidate key for R and highest normal form B->C, D->A
mj
Asked: November 5, 2021In: DBMS
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
mj
Asked: November 2, 2021In: Programming Language
Write a program to handle an exception using try, catch and throw.