Question: Question Create a table called group#_caledar (Ex: group_calendar) to store the dates and day of the week of the month you born through a PL/SQL
Question
Create a table called group#_caledar (Ex: group_calendar) to store the dates and day of the week of the month you born through a PL/SQL script. Table structure should be as follows
1. slno ( type number)
2. date ( date type)
3. dow (varchar)
Write a PL/SQL script input your date of birth. Using a looping construct find and print all dates starting from your date of birth till the last day of the month of your birth. Print the result on the screen as well as insert into the table.
After completing your script, run it, show the output on the screen as well as show the content of the table.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
