Assignment 3
Assignment 3
Code: BCAC491
2. Show the system date in the format of ‘Month,DD,YYYY’ using to_char function.
3. Add a column ‘doj’ to enter date of joining of each client in the client master table.
Client_no doj
C01 25-dec-1998
C02 15-aug-1997
C03 14-feb-1980
C04 17-jun-1982
C05 29-aug-1987
4. For some reason add 2 months to doj of each client of client_master table.
10. Display the client details and day on which the client join.
14. Display the client name for those who joined in the month of June.
15. Display the difference between highest and lowest balance_due.