MySQL CRUD Operations in One Video | Insert, Select, Update, Delete in MySQL in Hindi

Поделиться
HTML-код
  • Опубликовано: 6 окт 2024
  • Welcome, MySQL CRUD Commands in One Video in Hindi. Create, Read, Update, Delete in MySQL in Hindi. What is CRUD
    CRUD is an acronym for Create, Read, Update, and Delete. CRUD operations are basic data manipulation for the database. Also, How to perform create (i.e. insert), read (i.e. select), update and delete operations one by one in Mysql Hindi.
    SQL & MySQL in One Video Link: • Complete SQL & MySQL i...
    DONATION FOR SUPPORT: PhonePay = vinodbahadur@ybl GooglePay: vbthapa55@oksbi
    Believe me all this money will be used to make more quality videos and to make my channel grow. So that I can always provide you awesome free videos :)
    My Siter RUclips Channel Link: / @mayabeautyvlogs878
    Plz Subscribe with all your friends :) Thank You.
    click on the link below to watch web developer courses videos
    HTML in One Video : • Learn HTML in One Vide...
    CSS in One Video: • Learn Complete CSS In ...
    Javascript tutorial in one video: • JavaScript in One Vide...
    PHP in One Video: • PHP TUTORIAL IN ONE VI...
    DAtabase and PHP Together for read, create, update, delete: • CRUD Operation in PHP ...
    How to create a website like carbon health: • Create a Complete Resp...
    How to create a website: • Create Responsive Webs...
    Tools I used to record videos
    1: Dell Inspiron 15 5570 2018 15.6-inch FHD Laptop (8th Gen Core i3-8130/4GB + 16GB Optane Memory/1TB/Windows 10): amzn.to/2DErOoG
    2: Wright WR 800 Condenser Microphone with Free USB Sound Card: amzn.to/2TjRUmc
    3: Wright Wp 101 Pop Filter For Dynamic Condenser Microphone Voice Recording: amzn.to/2B67lro
    4: AmazonBasics Ventilated Laptop Stand (Black): amzn.to/2DDs1Zd
    5: Generic NB-35 Professional Recording Microphone Stand: amzn.to/2HBDbC1
    6: JBL T160 in-Ear Headphones with Mic (Black): amzn.to/2HwbJp0
    7: AmazonBasics Braided HDMI Cable - 6-Feet: amzn.to/2TkCTkc
    Guys, Please support my channel by SUBSCRIBE to my channel and share my videos in your Social Network TimeLines.
    Don't Forget to Follow me on all Social Network,
    Website Link: www.thapatechn...
    Instagram Link: / vinodthapa55
    Facebook Link: / vinodthapa55
    Twitter Link: / vb55thapa
    Facebook ThapaTechnical Page Link: / vinodbahadur. .

Комментарии • 45

  • @ThapaTechnical
    @ThapaTechnical  5 лет назад +2

    SQL & MySQL in One Video Link: ruclips.net/video/5bFxbwjN-Gk/видео.html
    Guys if you like this video plz like share and subscribe :)

  • @kanaksingh8542
    @kanaksingh8542 3 года назад +7

    1- Delete from students;
    It will delete all records in students table;
    2-Delete f_name from students where id=1;
    It will delete the f_name column details only where id =1
    3-Drop table students;
    It will delete all records,triggers,constraints in students table include the schema or structure of the table.
    4-Truncate table students;
    It will delete all records in students table(It is similar to delete but requires less time)

  • @arjitgautam365
    @arjitgautam365 Месяц назад

    Thanks for the concise explanation

  • @vickycreation2684
    @vickycreation2684 2 года назад +1

    Delete from table ka naam likhne par all data are delete ❤️
    Thank you sir playlist kafi sahi h..

  • @sonalisonawane2569
    @sonalisonawane2569 Год назад

    Vedio dekhte hi sab samjh mai aya.. Well done sir.. Explanation is so good👍

    • @ThapaTechnical
      @ThapaTechnical  Год назад

      Thank You so much.. 😊 Plz share with ur friends too

  • @terminalsocket3677
    @terminalsocket3677 3 года назад

    Thank you. and subscribed.

  • @Sach-Facts
    @Sach-Facts 2 года назад +1

    11:40 Mst samjhate ho bhai ❣️
    Mujhe wo set kr ke do 🤣
    update Diksha SET boyfriend=me😜

  • @vidyamishra5195
    @vidyamishra5195 4 года назад

    Superup series #best🥳

  • @dnyaneshwar_dhavle8842
    @dnyaneshwar_dhavle8842 5 лет назад

    thanks 👏👏👌👌

  • @janniejackson2164
    @janniejackson2164 4 года назад

    Very good

  • @shivamasati
    @shivamasati 5 лет назад

    Love you bro soon we will reach 1 million

  • @DEEPANSHU_NAG
    @DEEPANSHU_NAG 5 лет назад +2

    Awesome teaching 👏🏻👏🏻✌🏻👍🏻👌🏻
    "delete from student where name='naran' " Maybe table ka data delete hoga
    "delete from student" isme error aayege kyunki ye wrong query h right query is "drop table student" student table ko delete karne ke liye

    • @thearyangautam
      @thearyangautam Год назад +2

      Bro 1st wale mein sirf 2nd record delete hoga aur second query mein saare records delete ho jaaenge but table structure and constraints will remain in the database. And DROP will delete entire table from the database....
      Thanks me later. 🙂😊

    • @DEEPANSHU_NAG
      @DEEPANSHU_NAG Год назад +1

      @@thearyangautam *_THANK YOU SO MUCH_* ✌🏻👍🏻👌🏻🙏🏻☺️

  • @simson.gharti07
    @simson.gharti07 5 лет назад

    Gr8t

  • @ckharry2761
    @ckharry2761 4 года назад +3

    delete from students enter karte he to students all data delete ho jayenga

  • @AmritpalSingh-sw3bl
    @AmritpalSingh-sw3bl 2 года назад

    Sir am new subscriber

  • @amankevideo6283
    @amankevideo6283 5 лет назад

    Thank you brother

  • @8bityard489
    @8bityard489 5 лет назад

    Bro plz make a video on joins

  • @BhupeshRajShakya
    @BhupeshRajShakya 5 лет назад

    Dai arko video chai how to make hamburger menu with css only bhanaunu na hai

  • @technicalboy8670
    @technicalboy8670 5 лет назад

    Nice video

  • @sumitmahajan297
    @sumitmahajan297 2 года назад

    delete from student;..............delete all data.

  • @technicalboy8670
    @technicalboy8670 5 лет назад

    Sir how to upload and run HTML document online in andriod?

  • @aakifashaikh2235
    @aakifashaikh2235 10 месяцев назад

    Ye query likhne se sara record delete hoga jo hmne insert karaya he... ✨

  • @kawtarmorag4131
    @kawtarmorag4131 Год назад

    Do u have the same in english plzzzzz???

  • @aamirshahar6097
    @aamirshahar6097 4 года назад

    sir i want to see PhpMyAdmin for all queries

  • @Imperial0010
    @Imperial0010 6 месяцев назад

    all data present in students will be delete

  • @vidyamishra5195
    @vidyamishra5195 4 года назад

    It dlt all the records

  • @AbdulHaseeb091
    @AbdulHaseeb091 5 лет назад

    If we enter '' delete from students "it delete all records in student table;

  • @AnujGupta-pz6fx
    @AnujGupta-pz6fx Год назад

    Nothing will be delete it will be occure error

  • @karthikbandi8211
    @karthikbandi8211 Год назад

    table data delete hoga

  • @tayyabnawaz7567
    @tayyabnawaz7567 2 года назад

    TABLE WILL BE EMPTY

  • @worldfact7396
    @worldfact7396 4 года назад

    delete * from student where name = 'Gaurav'; (this is right I think because I use * for all )

  • @fancyboy8720
    @fancyboy8720 5 лет назад

    Hi Tapaji, ek problem kya hi ki table ka field mobNo mein Exact mobile no 9846159426, insert karte 12478462 no entery ho raha hi, koyi bi numer enter karte hi 2147483647 by default aa rahi hi. Enter kiya hua nmbr sahi se aane ke liye kya karna hi? Pl bata de jiye

    • @d2hedu608
      @d2hedu608 5 лет назад

      Php के coding फिर से check karo...

  • @sanjaykumar-rn5fw
    @sanjaykumar-rn5fw 3 года назад

    SET KARKE DO 😂

  • @saumyaranjan1403
    @saumyaranjan1403 5 лет назад +1

    DELETE from Students;
    Error Occurred

  • @shivamasati
    @shivamasati 5 лет назад

    Support THAPA TECHNICAL

  • @vidyamishra5195
    @vidyamishra5195 4 года назад

    Ramesh babu😂

    • @rahulsaini7015
      @rahulsaini7015 4 года назад

      Thapa bro SET statement yaha chal sakti h kya? 😂😂

  • @manoranjannayak7495
    @manoranjannayak7495 4 года назад

    delete all data from table