FUNCTIONS IN PL SQL WITH EXAMPLES | PL/SQL TUTORIAL

Поділитися
Вставка
  • Опубліковано 6 жов 2024
  • Hello everyone,
    In this video we'll see how functions work in PL SQL Oracle with appropriate examples. If you found the video helpful, please subscribe to the channel.
    Thanks,
    Sadia.

КОМЕНТАРІ • 48

  • @asmaalanazi3187
    @asmaalanazi3187 3 роки тому +5

    As using simple words and tools and short video but most understandable video and not complicated like many videos. thank you so much and explanation is great.

  • @ummesalmabadri3884
    @ummesalmabadri3884 4 роки тому +8

    Wooww instead of going to views you have on your video I chose to watch it....and trust me it was worth it........I got all the points.....nd I must say u've got such a beautiful voice.....thanksss madam

  • @hamzaabaichi8361
    @hamzaabaichi8361 2 роки тому +1

    Thank you a lot for your explanation .
    Greeting from Morocco

  • @lukskywaker
    @lukskywaker Рік тому +1

    Thanks, great work.
    In the above program...
    I presume the function declaration needs to become under declare statement, without the need for create or replace.. just start wth the function and then function name... Declare will also contain the c result variable as well..

  • @MuhammadUsman-b7u8r
    @MuhammadUsman-b7u8r 11 місяців тому

    it really helped me a lot thank u for making the concept clear and simple

  • @Gautam_Pathsala
    @Gautam_Pathsala 3 роки тому

    Nice way to teach...I have little bit of confusion before I have seen your video , now it's clear..

  • @girishbhargava6367
    @girishbhargava6367 2 роки тому +2

    Your explanation is good, but you can go deeper in the topic, by explaining it with a proper table and running the program.

  • @mafikulislam3469
    @mafikulislam3469 4 роки тому +2

    Simple and easily explained...please make more videos

  • @sakshichouhan7417
    @sakshichouhan7417 Рік тому +3

    Hi Sadia,
    can we directly run this function like we use to run a procedure with the EXECUTE COMMAND?
    like while running a procedure we use to write execute Procedure_name;
    similarly can we right (in this case as) execute function_name?

  • @antonmariadas7747
    @antonmariadas7747 3 роки тому +1

    Thank you ! As usual good quality good explanation

  • @sanjaysivagami6593
    @sanjaysivagami6593 Рік тому

    Tomorrow my semester. Now Im learning from you. Much helpful ❤

  • @mohitdodiya3989
    @mohitdodiya3989 2 роки тому

    Thanks ma'am 👍 it is very useful for me .

  • @bikashmahato2874
    @bikashmahato2874 Рік тому

    Thanks you 🤗 I understand the concept 😊

  • @YashDEVELOPER12
    @YashDEVELOPER12 Рік тому

    Thanks alot .. very good explanation

  • @IGNIS97
    @IGNIS97 7 місяців тому

    Video is excellent but aapne jo pehle function ka exmaple diya usse pehle customer ka table bana aur usko excute krna sikhana chahiye tha bcz kuch log bhul gaye hote hai ki kaise table banana chahiye..❤

  • @StayMotivatedWithMee-s8z
    @StayMotivatedWithMee-s8z 5 місяців тому

    Beauty with brain deadly combination ❤😅

  • @shahanaz967
    @shahanaz967 3 роки тому +2

    Could u help me how to create a function to return true or false if the employee is there or not based on employee id

  • @aksharaverma6452
    @aksharaverma6452 4 роки тому

    nice explanation. Thankyou very much.

  • @ManjiriKadu
    @ManjiriKadu 3 роки тому +1

    Very helpful

  • @sathishbabumv8900
    @sathishbabumv8900 2 роки тому

    Thank you so much ....

  • @mohankumarm9430
    @mohankumarm9430 4 роки тому

    You are really creating a good content...

  • @sarcastiXperimental
    @sarcastiXperimental 2 роки тому

    THANK YOU SO MUCH

  • @varshamk3105
    @varshamk3105 3 роки тому +2

    Hi i have a doubt : is procedure and function same? only thing is that functions return some value but you can do the same in procedure also right ?

    • @Ijayrushi
      @Ijayrushi 3 роки тому +1

      So, the procedure can return zero, one or multiple values but in function it can only return one value which is mandatory.

  • @Sergio-td7mn
    @Sergio-td7mn 4 роки тому +1

    yes, it is good explained indeed - thx

  • @sagarnayak2420
    @sagarnayak2420 Рік тому

    Thank you 💞💞

  • @kshitijakulkarni6716
    @kshitijakulkarni6716 3 роки тому

    Good explanation is this full SQL PLC course

  • @laxmidharnayak4097
    @laxmidharnayak4097 11 місяців тому

    Write a PLSQL cursor programme to display total salary with out using sum function..pls ma'am explain the Question..

  • @macjohn7056
    @macjohn7056 3 роки тому

    Thank you mam....😍😍😃😃😃

  • @doraithenu979
    @doraithenu979 4 роки тому +1

    Could u please make plsql interview questions.

  • @Sreeja_blogs
    @Sreeja_blogs 4 роки тому

    Nice mam thanks 👍

  • @sathishbabumv8900
    @sathishbabumv8900 2 роки тому

    Dear team pls can u make a plsql interview related concept vidio or send plsql interview questions...

  • @zeroandone5253
    @zeroandone5253 4 роки тому

    Good job

  • @payalkarkande2409
    @payalkarkande2409 3 роки тому

    What is dual table in oracle ? Can u please make video on this it will be very helpful for me.

  • @RamkrishnaBejjanki
    @RamkrishnaBejjanki 2 роки тому

    Nice

  • @vishnuk9137
    @vishnuk9137 Рік тому

    Why we are giving open and closed brackets after function name?
    C:=totalcust();

    • @Hahe2023
      @Hahe2023 5 місяців тому

      We are calling the function and storing it in a variable c

  • @waqarahmad7840
    @waqarahmad7840 3 роки тому

    hi mam i am searching window function totrial , so if u have plz send link

  • @arhamnaik3087
    @arhamnaik3087 3 роки тому

    is it possible to assign a value in DECLARE .....?

  • @acemaster65
    @acemaster65 10 місяців тому

    00:01 Functions in PL/SQL return a value.
    00:29 Defining Functions in PL/SQL
    00:58 PL/SQL allows variable declaration and SQL statement execution within functions
    01:28 Create or replace function in PL/SQL
    01:58 Assigning values to variables in PL/SQL
    02:35 Returning total count from customers table.
    03:08 PL/SQL functions can return values of specific data types
    03:37 Explanation of function usage in PL/SQL

  • @mohankumarm9430
    @mohankumarm9430 4 роки тому

    Which college you are?

  • @yondrstudio5774
    @yondrstudio5774 4 роки тому

    Can you help me?

  • @kaustavdutta9718
    @kaustavdutta9718 3 роки тому

    CREATE OR REPLACE FUNCTION find_credit_card(card_no IN VARCHAR2(255))
    RETURN VARCHAR IS
    holder_name VARCHAR(255)
    BEGIN SELECT name INTO holder_name from credit_card where card_number = card_no;
    RETURN(holder_name);
    END; /
    Getting compilation error

  • @한슬기-z8f
    @한슬기-z8f 7 місяців тому

    240228