PLSQL function to draw line based on given character and length (User defined function demo-3)

Опубликовано: 03 Октябрь 2024
на канале: Dr. Parag Shukla
630
11

This video demonstrates how to draw a line based on given character and length. This video also shows if user doesnot provide any argument then how to use the default argument of function.

WRITE A PLSQL FUNCTION NAMED DRAWLINE WHICH ACCEPTS TWO PARAMETER CHARACTER TO REPEAT AND LENGTH. DRAW LINE BASED ON GIVEN CHARACTER AND LENGTH.
FOR EXAMPLE:

MYLINE('*',10)
**********
MYLINE('=',15)
===============

For Learning More about Programming
Subscribe to My Channel: https://www.youtube.com/c/drparagshuk...