SQL Triggers in Tamil | Easy Explanation with Examples

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

ความคิดเห็น • 58

  • @jeevarj-q4u
    @jeevarj-q4u 11 หลายเดือนก่อน +6

    Great explanation

  • @sps3831
    @sps3831 ปีที่แล้ว +10

    Thank you mam.... I pass the exam... 🎉

    • @TechWithHema
      @TechWithHema  ปีที่แล้ว

      Congrats @sps3831, I'm glad that my video helped you.

  • @yuvasreer1693
    @yuvasreer1693 2 หลายเดือนก่อน +1

    Simple explanation mam. It was easy to understand thank you

  • @HarilakshmiHarilakshmi-f4x
    @HarilakshmiHarilakshmi-f4x 3 หลายเดือนก่อน +3

    Thank you so much for your explanation mam 🙏 😊

  • @mathspulligal7460
    @mathspulligal7460 4 หลายเดือนก่อน

    Super Mam First Class Explanation with Query with Example

  • @halstein1
    @halstein1 2 หลายเดือนก่อน

    Excellent explanation!!! Thank you

  • @rajeshkumarraj7423
    @rajeshkumarraj7423 ปีที่แล้ว +2

    Super thanks lots of u madam

  • @Bharathvaj2828
    @Bharathvaj2828 ปีที่แล้ว +2

    TQ for this video Mam😊

  • @kedarnathk6326
    @kedarnathk6326 ปีที่แล้ว +1

    Really a nice video madam.clear understanding.Thanks for your efforts.Please make more videos related to PLSQL functions.My kind request is to plz teach us the cursor and its uses like the trigger video

    • @TechWithHema
      @TechWithHema  ปีที่แล้ว

      Sure, thanks @kedarnathk6326

  • @shivaselvan8858
    @shivaselvan8858 7 หลายเดือนก่อน +1

    Thanks! Your content is awesome. Keep rocking!

  • @9322693481
    @9322693481 หลายเดือนก่อน

    Nice video Mam

  • @sivaranjani1500
    @sivaranjani1500 ปีที่แล้ว +2

    Tq for this video😊

  • @gnanavarsharaman2592
    @gnanavarsharaman2592 2 หลายเดือนก่อน

    Amazing❤

  • @TarotWorld-ur7ln
    @TarotWorld-ur7ln 7 หลายเดือนก่อน

    Perfect explanation

  • @SOWMIYAR-y4d
    @SOWMIYAR-y4d 4 หลายเดือนก่อน

    Mam upload SQL project...it's very helpful

  • @saravananchidambaram3569
    @saravananchidambaram3569 6 หลายเดือนก่อน

    Good explanation

  • @palanissamy6881
    @palanissamy6881 5 หลายเดือนก่อน

    super Hema

  • @poongodibanu2036
    @poongodibanu2036 8 หลายเดือนก่อน

    This is sql server super mam pls teach us oracle plsql triggers mam

  • @mullaipugazhendi3236
    @mullaipugazhendi3236 ปีที่แล้ว +3

    Hi please upload a video on SQL performance tuning.

    • @TechWithHema
      @TechWithHema  ปีที่แล้ว

      Sure @mullaipugazhendi3236

    • @shivaselvan8858
      @shivaselvan8858 7 หลายเดือนก่อน +1

      @@TechWithHema Yes, please

  • @Entertainment-77m
    @Entertainment-77m ปีที่แล้ว +2

    store procedurela function eppadi call pannalam and scalar fuction na enna and table value function and user difined function

    • @TechWithHema
      @TechWithHema  ปีที่แล้ว

      Sure @tamilarasanparivallal9196

  • @malathir3348
    @malathir3348 8 หลายเดือนก่อน

    Tnk you mam❤

  • @karthikeyanskk9762
    @karthikeyanskk9762 ปีที่แล้ว +1

    Visual basic 6 yeppadi use panni program pandradhu nu video podunga

  • @giridharanmahesh9233
    @giridharanmahesh9233 4 หลายเดือนก่อน +1

    Hi Mam i used the query that you used in the video for creating a trigger and i am getting syntax error near ON

    • @TechWithHema
      @TechWithHema  2 หลายเดือนก่อน

      I'm using MSSQL, if you are using a different DBMS, you may get an error.

  • @mohamedhusain7807
    @mohamedhusain7807 3 หลายเดือนก่อน

    thank you

  • @rajmathichithramani
    @rajmathichithramani 2 หลายเดือนก่อน

    HI hema ...i have doubt... To delete commands after using triggers....the records are deleting in Original table.... But in virtual table that deleted records are available na ....those records are consuming memory which is in virtual table??....Please help on this...

    • @TechWithHema
      @TechWithHema  หลายเดือนก่อน

      Hi, "DELETED" table is just a temporary table and its memory gets released automatically once the trigger is completed. The cause for more memory consumption can be due to other reasons. Like, if you are deleting a large dataset, it may increase transaction log size, just ensure if you have correctly sized them. Or try to split the delete in to small batches in case of large datasets and also have a look at the index management.

  • @magarajothik3144
    @magarajothik3144 ปีที่แล้ว +2

    mam please upload MsSQL Full tutorial video mam

  • @lathankumar5868
    @lathankumar5868 10 หลายเดือนก่อน

    Hi sis,delete the one record based on employees id in case we have select name it will delete it can be store empaudit table same query??

    • @TechWithHema
      @TechWithHema  10 หลายเดือนก่อน

      Sorry @lathankumar5868, I couldn't understand your question. Can you explain in detail?

    • @lathankumar5868
      @lathankumar5868 10 หลายเดือนก่อน +1

      Employees id base pani 1 record delete pana employee audit table store agum so Athu va name instead of id use pani delete pana audit table store aguma same query sis..

    • @TechWithHema
      @TechWithHema  10 หลายเดือนก่อน

      Hi@@lathankumar5868 You can use any filter to delete the records and those deleted records will get saved in the audit table. If you want other details of the employee like `to be stored in the audit table, add required columns to the audit table and make changes in the select statement in the trigger to include those columns.

    • @lathankumar5868
      @lathankumar5868 10 หลายเดือนก่อน +1

      @@TechWithHema thank you

  • @muthulakshminagarajan48
    @muthulakshminagarajan48 9 หลายเดือนก่อน

    nosql paththii sollunga sis

  • @sivaranjani1500
    @sivaranjani1500 ปีที่แล้ว +1

    Can you plz update events video also

    • @TechWithHema
      @TechWithHema  ปีที่แล้ว

      Hi @sivaranjani1500 events are available in MYSQL. Equivalent for events in MSSQL is Sql Server Agent jobs. I can make a video about that.

    • @sivaranjani1500
      @sivaranjani1500 ปีที่แล้ว

      Tq for replying me 😊

  • @Entertainment-77m
    @Entertainment-77m ปีที่แล้ว +1

    mam eththanai type of parameter irukku and atha eppadila use pannalam atha outputla eppadi prinmt pannalam atha slunga mam

    • @TechWithHema
      @TechWithHema  ปีที่แล้ว

      Hi @tamilarasanparivallal9196 you can check out my Stored procedure video where I have explained about input and output parameters.

    • @Entertainment-77m
      @Entertainment-77m ปีที่แล้ว +1

      But I want explain deeply mam using many number of parameter same time

    • @TechWithHema
      @TechWithHema  ปีที่แล้ว

      sure @@Entertainment-77m

  • @SARAVANAKUMARK-h8b
    @SARAVANAKUMARK-h8b 5 หลายเดือนก่อน

    sql query optimize need hema

  • @BusinessandKnowledge-sk8wu
    @BusinessandKnowledge-sk8wu 6 หลายเดือนก่อน

    I need elborate session from trigger

  • @Muruga_bhakthan
    @Muruga_bhakthan 2 หลายเดือนก่อน

    indha method epadi mysql la work out pandradhu

  • @prasannami6421
    @prasannami6421 ปีที่แล้ว

    Same query i execute in my laptop, but it is not executing and showing error.... Why

    • @TechWithHema
      @TechWithHema  ปีที่แล้ว

      Hi @prasannami6421, Are you using MSSQL? What is the error message?

    • @prasannami6421
      @prasannami6421 ปีที่แล้ว +1

      I am using Oracle SQL

    • @TechWithHema
      @TechWithHema  ปีที่แล้ว

      Hi @prasannami6421 There are syntax differences between them. You can try something like this in oracle.
      CREATE OR REPLACE TRIGGER trg_emp_audit
      BEFORE INSERT ON employees
      FOR EACH ROW
      BEGIN
      INSERT INTO employees_audit
      VALUES (:NEW.EMPLOYEE_ID, 'INS', SYSDATE);
      END

    • @prasannami6421
      @prasannami6421 ปีที่แล้ว +2

      I have tried and got the answer madam...
      Are you able to guide the Procedure lecture ( I need from root level with basic concepts... If possible a graphical explanation)... I think you are a master in SQL so only asked

    • @TechWithHema
      @TechWithHema  ปีที่แล้ว

      Hi @@prasannami6421 , Are you looking for Stored procedure topic? You can find in this link th-cam.com/video/vJOsW41S16E/w-d-xo.html

  • @SANDY-nk7vn
    @SANDY-nk7vn 5 หลายเดือนก่อน

    Why you're using UNION ALL in between insert and delete?

  • @sapb1tamil
    @sapb1tamil 3 หลายเดือนก่อน

    Good explanation