Problem
1. Create a PL/SQL program to insert data into student table and display the details of the student having Reg.No 1010
Writing a PL/SQL program to
- Insert data into student table
- Display the details of the student having Reg.No 1010
2. Create a PL/SQL program to generate first 10 natural numbers using loop, while and for
- Writing a PL/SQL program to generate first 10 natural numbers using loop, while and for