# | Question | Remark | Link |
Write a program which will raise custom exception when insertion records in EMP table, if salary is less than 5000 then do not allow insertion and give appropriate message. | VNSGU (BCA SEM2 RDBMS OCT-2023) | View | |
Consider the relation Customer (Custid, Cname, Company, Products). Write a PL/SQL code to print the customer names by using select query, cursor and loops. | VNSGU (BCA SEM2 RDBMS OCT-2023) | View | |
Consider following table Student (rollno (P.K.), name, percentage) Write a PL/SQL code to display top 10 records of student along with their class. (Class is calculated from percentage). | VNSGU (BCA SEM2 RDBMS OCT-2023) | View |