#5 DML Commands in SQL | Insert, Update, Delete, Select | sql tutorial for beginners in tamil

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ต.ค. 2024
  • Unlock the power of SQL Data Manipulation Language (DML) commands and SELECT statements with our comprehensive TH-cam tutorial! 🚀
    🔥 Dive into the world of SQL as we cover the essential DML commands: INSERT, UPDATE, DELETE, and SELECT. Learn how to manipulate data and query your database like a pro.
    💡 Discover the art of retrieving specific information from your database with the SELECT command. We'll walk you through various querying techniques and practical examples.
    🛠️ Get hands-on experience with real-world scenarios, and master the skills you need for effective data management and analysis.
    👩‍💻 Whether you're a beginner looking to start your SQL journey or an experienced user seeking to refine your skills, this tutorial has something for everyone.
    📋 Don't forget to like, subscribe, and hit that notification bell to stay updated with more SQL tutorials and tips! 📲💬
    #SQL #DataManipulation #SELECTCommand #DMLCommands #DatabaseQuery #SQLTutorial #TechSkills

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

  • @_Shree21
    @_Shree21 10 หลายเดือนก่อน +178

    go to click EDIT , select PREFFERENCE , click SQL EDITOR , scroll down SAFE UPDATE BOX click to DISABLE, OK .... click to QUERY option RECONNECT TO SERVER. 1170 error problem solved .. thank u guys

    • @vhemanthvhemanthkumar8812
      @vhemanthvhemanthkumar8812 10 หลายเดือนก่อน +4

      Thanks ❤

    • @vidhyap577
      @vidhyap577 9 หลายเดือนก่อน +4

      Thank you...✨

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

      @@vhemanthvhemanthkumar8812 it's My Pleasure ✨😊

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

      @@vidhyap577 it's My Pleasure ✨😊

    • @SuryaPrakash-cw9wd
      @SuryaPrakash-cw9wd 9 หลายเดือนก่อน +1

      Thanks a Lot Bruhhhh

  • @suryaabhi8370
    @suryaabhi8370 ปีที่แล้ว +9

    Bro I am Surya from banglore. tomorrow I have dbms exam tq for putting this video

  • @vigneshwaransuriyamoorthy904
    @vigneshwaransuriyamoorthy904 ปีที่แล้ว +18

    13:02:35 update fruit set price=110 where name="apple" Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column. To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect. 0.000 sec

    • @D-SanthoshKumarR
      @D-SanthoshKumarR ปีที่แล้ว

      Have you solved this.??

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

      SET SQL_SAFE_UPDATES = 0 ;

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

      I too got same error and Now, I am clear by seeing your comment bro, Thanks..

    • @ramyaramesh9828
      @ramyaramesh9828 11 หลายเดือนก่อน +1

      could you explain this , what you have said@@IndhujaT

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

      Thank you for your answer☺☺. I also met with same error@@IndhujaT

  • @sathiyapriyan382
    @sathiyapriyan382 8 หลายเดือนก่อน +19

    i faced the problem now
    so i go to edit-> its disable the safe updates -> click ok
    then exit the workbench
    open the MYSQL workbench
    kindly below this command
    use db_name - execute its row affected
    now u update command
    update table_name set age=20 where name="john"
    its Updated,
    then show the tables
    select * from table_name

  • @vigneshm5595
    @vigneshm5595 ปีที่แล้ว +8

    I am exciting waiting for this video sir🎉Tq so much

  • @nandhiniedu-wh6kf
    @nandhiniedu-wh6kf ปีที่แล้ว +20

    JavaScript video podunga romba useful ah irukum

  • @vasanthraja3536
    @vasanthraja3536 9 หลายเดือนก่อน +26

    Update student set department="computer" where department="CSE"
    Command work agala bro

    • @vasurc1741
      @vasurc1741 7 หลายเดือนก่อน +4

      yanukku work agala bro,

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

      @@vasurc1741 go to click EDIT , select PREFFERENCE , click SQL EDITOR , scroll down SAFE UPDATE BOX click to DISABLE, OK .... click to QUERY option RECONNECT TO SERVER. 1170 error problem solved .. thank u guys

    • @ARCHANAMOHANARANGAN
      @ARCHANAMOHANARANGAN 5 หลายเดือนก่อน +2

      yes

    • @gayathrismotivsandinfos816
      @gayathrismotivsandinfos816 5 หลายเดือนก่อน +1

      For me tooo

    • @arulvarman356
      @arulvarman356 3 หลายเดือนก่อน +6

      bro SQL_SAFE_UPDATES is enabled for you .Use the command 'SET SQL_SAFE_UPDATES = 0' and try updating again it will work.

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

    Anna unga vidio pathu than python padichan Anna, I am from srilanka. So a.l padkkrn .neenga flow chart konjam clear panni thara eluma bro

  • @arunprabhu6399
    @arunprabhu6399 10 หลายเดือนก่อน +5

    Bro I can't update or delete a value without using limit clause! Is that necessary to apply that limit clause always?

  • @MohammedImran-dn5vw
    @MohammedImran-dn5vw 4 หลายเดือนก่อน +5

    bro direct update is not working bro. but after implementing the SET SQL_SAFE_UPDATES =0; the particular value are updated , why not working direct update?

  • @kokilavanibalakumar3021
    @kokilavanibalakumar3021 3 หลายเดือนก่อน +1

    Thanks for your great teaching bro.🎉🎉❤

  • @SAJIN_SKY
    @SAJIN_SKY 3 หลายเดือนก่อน +2

    Thank you 😊

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

    update student set department="computerscience"where department="aero" Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column.
    To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect. 0.000 sec
    whats the error here sir?

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

      Yes bro I face the same problem so can we do?

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

      @@arulprabu7331 disable the safe mode by going to preference option > SQL editor then scroll down there will be check box disable that now it works...

    • @RohithRaj-t7k
      @RohithRaj-t7k ปีที่แล้ว

      Same prblm bro

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

      There is a solution to this problem

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

      Search errror code 1175 how to solve

  • @sanjaikumar867
    @sanjaikumar867 11 หลายเดือนก่อน +4

    update student set age=27 where name="John"

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

    AJ sir, I have a doubt
    Before creating the table we should use alter command to change (for eg. You told department to dept)
    While we have to change anything inside the table, we should use update command (for eg. You told about changing age from 23 to 20)
    Am I right? If it is wrong, anyone pls correct me

  • @R.mohamedmanasManas-xf9gz
    @R.mohamedmanasManas-xf9gz 5 หลายเดือนก่อน

    நன்றிகள் தலைவா!

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

    Super bro
    Javascript video podunga bro helpfulla irukkum

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

    Sql video daily upload pannunga bro it’s my humble request 😊

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

      Yes sir including stored procedure also please 🙏🙏

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

    plz explain i got this error: UPDATE STUDENT SET DEPARTMENT="CSE" where NAME="RAHUL" Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column.
    To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect. 0.000 sec

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

    Thank u so much broo ❤❤

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

    Clear explanation

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

    First like naravya viedo podunga 🎉 we are understanding everything form your viedo

  • @pradeep-2901
    @pradeep-2901 ปีที่แล้ว +3

    Bro value update panum bodhu you are using safe update mode nu error kaamikudhu bro please solution solunga 14:01

    • @sudha.j5383
      @sudha.j5383 ปีที่แล้ว

      same problem for me also

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

      I too have this problem 😢

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

      Solution:
      Set SQL_UPDATES=0; and run

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

      Same problem bro

    • @sudha.j5383
      @sudha.j5383 ปีที่แล้ว

      whether we have to write it as a code?if i write this as a code and run it is showing this error sis.@@kousalyagopal2903 Error Code: 1193. Unknown system variable 'SQL_UPDATES'

  • @RohithRaj-t7k
    @RohithRaj-t7k ปีที่แล้ว +3

    Error 1175 . You are using safe update mode nu varudhu bro ena panradhu therila 9:58

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

      Use this query.
      set sql_safe_updates = 0;

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

    Bro edulaye output soli thangaa really robha help full aa irukuu

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

    SQL video fullah sikiramah upload pannunga bro.

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

    Hi bro can you please update Java full tutorial.

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

    Thanks a lot brother :)

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

    Bro one request visual basic beginners to advance course detailed ah teach panni videos poda mudiyuma

  • @vijethsva5772
    @vijethsva5772 ปีที่แล้ว +4

    Error 1175..... Solution.....
    Go to Edit --> Preferences
    Click "SQL Editor" tab and uncheck "Safe Updates" check box
    Query --> Reconnect to Server // logout and then login
    Now execute your SQL query

  • @Samuel_14621
    @Samuel_14621 21 วันที่ผ่านมา

    Hi naa...
    Ipo name vandhu string ileya so athunale, we use double quotation. Aproma .. my question is ..
    (Year yyyy/mm/dd, age ,salary,reg_no, report_no ) so idhuku ala... Double quotation use pananoma ile single quotes use pananoma Anna ?? Please do reply 🙏❤️

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

    Bro oru web page epdi create panrathu aprm athu epdi deploy panrathu nu theliva video podunga bro clear ah… plss..

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

    Bro enaku error varuthu bro error code 1175 ....
    I can't update table bro
    Please kindly tell something about it bro

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

    Super

  • @hemakumar.r7110
    @hemakumar.r7110 ปีที่แล้ว +1

    Django vedios podungaaa Broooo

  • @kasthurim3186
    @kasthurim3186 11 หลายเดือนก่อน +2

    Bro.. In SQL, Can we insert all values at a same time? Is it possible?

  • @s.barathkumarbca4835
    @s.barathkumarbca4835 ปีที่แล้ว +2

    javascript video podugah bro

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

    Bro java tutorial podunga

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

    bro while updating contents of table i faced one error while executing like "you ar using safe update mode " and source code implementing area displays that
    "department is not valid at this position,expecting EOF , ; , what can i do ?

    • @mkhvdo586
      @mkhvdo586 11 หลายเดือนก่อน +1

      yes bro i also having same problem . explain bro

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

    Bro...teach java script....

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

    Javascript from scratch videos podunga bro

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

    Spr❤bro

  • @YogaLakshmi-h8x
    @YogaLakshmi-h8x 8 วันที่ผ่านมา

    shall we use alter instead of update?

  • @naveenmohan-n1n
    @naveenmohan-n1n 3 หลายเดือนก่อน

    brother in this video i have one doubt i have insert the mutiple (name, age , dep) it have any key is in sql and add one by one , kindly please tell me

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

    hey John i have these error what can do for that👇
    12:59:17 update student set Marks= 8 Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column. To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect. 0.000 sec

    • @Ghost-17206
      @Ghost-17206 ปีที่แล้ว

      Bro also for me this error occurs in exact line what can i do bro ?

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

      U need change in SQL work bench.. go edit➡️ preferences...➡️SQL editor,and scroll down and disable the "safe updates" and click ok and restart your workbench. Sure it will work ☺️

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

      ​@@kuttisuriya3713thank you

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

      @@kuttisuriya3713 its working bro
      tq

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

      thankyou brother for the information..

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

    Relational Algebra podunga bro

  • @tamilarasantamilarasan6627
    @tamilarasantamilarasan6627 3 หลายเดือนก่อน +1

    SET SQL_SAFE_UPDATES = 0;
    for the error code 1175 you just run this code and turn off the safe updates

  • @Ajay2k04
    @Ajay2k04 5 หลายเดือนก่อน +1

    Bro i have a error in my update code is 1175 you're using safe update mode
    What i do???
    my code is
    Update student set dept="ECE" where dept="MECH"

    • @ajaikarthik352
      @ajaikarthik352 3 หลายเดือนก่อน +1

      also same error

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

      @@ajaikarthik352 set sql_safe_updates =0; run this code then do your update code

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

    Safe update error ku elaru application la poi trun on and off method soli irukaga......athuku innu method uh iruku..... queries la aa enable and disable panikalam....
    Disable: set sql_safe_updates =0;
    Enable: set sql_safe_updates =1;
    This is proper method of update data......mukiyama ah queries la updates antha "s" podanu ilana error varum....elaru disable panitu update panni paruga then enable panitu update panni paruga.....this way elaru try pannuga guys.....nanu oru beginner than na therichi kita visiyam ah solalanu share panna....

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

    bro mysql app formate la iruka,mobile la instal panni use panra mari

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

    JS video podunga brooo

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

    Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column. To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect.

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

    I GOT A ERROR: PLZ HELP ME: 16 17:03:39 create table FRUITS(
    Name varchar(100),
    Price int,
    ) Error Code: 1064. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 4 0.000 sec

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

    After saving the table, suppose i want to add elements in that previously saved table.. I can't able to edit the script how to do that

  • @VIMALESHK-zs3uj
    @VIMALESHK-zs3uj 5 หลายเดือนก่อน

    What is the difference between alter and update command

  • @NaveenKumar-xb6sz
    @NaveenKumar-xb6sz ปีที่แล้ว +2

    while update command using its shows an error code 1175 any one help how to reslove

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

      SET SQL_SAFE_UPDATES = 0 ;

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

    SQL Server Videos podunga bro..

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

    Bro apdiye empty table values insert pannama csv file la irundha data load pandradhu sollunga bro using load command

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

    Broo update comment work aga mattudhu brooo🥲 error uhh verudhuu

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

    Java script biginner to advance video podunga

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

    Update and delete are errors ...I tried more times 😕..what reason bro..I put same what u done also error only occurs

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

    Insert data ovvoru time run panathuku apram tha add panna mudiyum ah ore time la pannaudiyatha?

  • @MohamedRazeen-v1c
    @MohamedRazeen-v1c 12 วันที่ผ่านมา

    nested queries,joins video?

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

    Yenaku oru doubt itha namma excel ley itha vida fast ta pannalameyy😢

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

    javascript video podunga bro

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

    bro enaku update student set age=23 (wrong)kathudhu broo....what to do

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

    Bro not working update command.pls give me solution

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

      Use before one command which is set sql_safe_updates = 0; and again put update command it will rum

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

    Bro where is javascript
    I'm waiting ✋️

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

    bro had error on UPDATE student set age=23 have saved, but showing error....what the mistake can rply any one.

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

    Bro spread sheet corrupt recover video podunga bro

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

    Error 1175 Disable or untick the safe Update close workbench then run same comment it run successful ​

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

    update fruits set price=60 where name="Banana" for this line the error code comes like 1175

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

    bro plss Javascript podunga...waiting la irukom

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

    A W S video podunga bro

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

    Hii bro could you pls update java full tutorial

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

    bro upadate command work aagala plz give the solution how to solve

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

    I have downloaded the sql but when I choosed the setup type as full it should that Mysql did not find the package in the current bundle suitable for package. What I do for this issue?

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

      download the workbench and its package with the same version 8.0.3

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

      @@janarthanalife4837 How should I download

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

    Dart video plz

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

    Bro,Visual Studio latest version full video upload pls from beginning to advance 🫠

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

    Bro JS video podunga full tutorial pls

  • @balaji.r7562
    @balaji.r7562 8 หลายเดือนก่อน +1

    Update key la 1175 error varuthu

  • @manisha.k.p6986
    @manisha.k.p6986 2 หลายเดือนก่อน

    Now i had to change name in the table ! And name goes in a predefined function!

  • @yuaneshwarir1575
    @yuaneshwarir1575 4 หลายเดือนก่อน +2

    Bro update doesn't Work

    • @sgowtham-c2y
      @sgowtham-c2y 2 หลายเดือนก่อน

      Use privacy node bro

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

    I can't update 😢 there is an error

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

      Disable Safe Update Mode🧏‍♂
      SET SQL_SAFE_UPDATES = 0;

  • @RahmathnishaShajahan
    @RahmathnishaShajahan 3 หลายเดือนก่อน +2

    1175 error pls help me

    • @goodboys1597
      @goodboys1597 3 หลายเดือนก่อน +1

      Bro Frist comment parrunga

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

    java script full tutorial poduga bro

  • @KarthiKeyan-xl3mh
    @KarthiKeyan-xl3mh 9 หลายเดือนก่อน

    9:19 alter use pannalama

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

    hi bro, full video eppo varum???

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

    bro post java tutorials

  • @ece_a_23_monika.j72
    @ece_a_23_monika.j72 8 หลายเดือนก่อน

    Bro java full course

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

    enaku 1175 error varuthu bro, atha epd solve panrathu bro

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

    Hi Bro, Java Course update pannunga

  • @safwanss9990
    @safwanss9990 8 หลายเดือนก่อน +1

    while using update error 1175 varuthu atha epdi solve panrathu

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

      Go to edit tab in mysql workbench and then preferences and click sql editor then scroll down and uncheck safe updates option

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

    First view

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

    bro please upload java script

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

    First view bro

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

    you are using safe update mode nu error varuthu

  • @ParthibanS-f1c
    @ParthibanS-f1c 19 วันที่ผ่านมา

    update student set age=23...........this is not working

  • @balaji.r7562
    @balaji.r7562 8 หลายเดือนก่อน

    Bro enakku update key use aakala bro

  • @JohnMaria-d3w
    @JohnMaria-d3w ปีที่แล้ว

    Html css potinka javascript podunka