SQL UPDATE Statement |¦| SQL Tutorial |¦| SQL for Beginners

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

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

  • @Socratica
    @Socratica  5 ปีที่แล้ว +34

    It's official! The Socratica Python Kickstarter was a success! Thank you to all of our supporters. Because of you, many more Python videos coming soon!! 💜🦉

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

    Am simply amazed at how effortlessly she passes across her information while teaching us in an hilarious manner, i cant start stop laughing sometimes, i have been thoroughly entertained while learning. thanks

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

      She is an actor, videos and scripts are done by the company

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

    Wow, this is the best prepared videos for tech I have ever seen, keep it up!

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

    I was trying to learn sql in work and stumbled upon your video. thanks to the numerous cut scenes from movies and you joking around on screen instead of teaching, my boss thinks i was watching a movie., *thumbs up*

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

    My god. I'm watching this just for entertainment value. I know everything about updates, but I just can't stop!!

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

    Such good tutorials short easy to understand. I told the Commision, "Socratica, as usual, has done an exemplary job on the SQL UPDATE project. Please do your best to extend her audience."

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

    I love the humor first of all, but I'm especially a fan of the scenarios. This tutorial is great.

  • @CaioCSG1
    @CaioCSG1 5 ปีที่แล้ว +38

    create table secret_user (
    user_id serial primary key,
    first_name varchar(20),
    last_name varchar(20),
    code_name varchar(20),
    country varchar(10),
    organization varchar(10),
    salary int,
    knows_kung_fu bool
    )

    • @ma8969
      @ma8969 2 ปีที่แล้ว

      why always primary key assign to user-ID

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

      @@ma8969 It doesn't always have to be user_id but it has to be unique. Usually that's what user_id is made for, an unique identification number used to be primary key

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

    Is this what love feels like? Goodness these series are amaaazzzinnggg!

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

    Thank you! This has changed my ability from being completely oblivious in IT studies, to knowing the thoughts of cyberdeities! 😁

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

    I'm hooked on your Beginner videos. Appreciate the simplicity it presents in learning to write a SQL Query !

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

    Do you love Socratica Programming videos? We have a Kickstarter to make 20 Advanced Python Lessons. Support what you love! bit.ly/PythonKickstarter

  • @pochta1000
    @pochta1000 2 ปีที่แล้ว

    This is simply the best I have ever seen on TH-cam tutorials 🎉

  • @c0mpuipf
    @c0mpuipf 4 ปีที่แล้ว

    This series deserves so many more views there's nothing like them really

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

    wayyyy easier and more exciting to learn than alot of these other channels thank you. Not to down talk on the other channels

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

    I love this series more than I hate having to learn sql. And that really is saying something

  • @davidfreeman4625
    @davidfreeman4625 5 ปีที่แล้ว +7

    Especially for production databases:
    1) please wrap updates in a transaction
    2) please write the where clause first and then add the set statement above it.
    Why - we all make mistakes!

    • @X19-x5f
      @X19-x5f 5 ปีที่แล้ว +1

      This is great advice. Thanks!

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

    Wonderful narration with well known stories, and Nick Fury knows Kung fu now😀😀😋😋

  • @chetanthaper4055
    @chetanthaper4055 4 ปีที่แล้ว

    Wow you're the person , the only person who made an effort to make this chapter interesting and it's a grt vid keep it up!

  • @--Mr.Bombastic--
    @--Mr.Bombastic-- 3 ปีที่แล้ว

    you are really awesome..the way you are teaching is best ..it is easy to learn..you are the best teacher..Thank You so much ..

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

    Another one of the best videos for learning SQL. Thanks!

  • @achillestephane53
    @achillestephane53 4 ปีที่แล้ว

    Waooh! I like the way you realised your video and I love your teaching technique! Please continue to make videos for us, new SQL language learners!

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

    i love your videos. you make SQL so much fun and comprehensible! Ty!

  • @EyiBillion
    @EyiBillion 4 ปีที่แล้ว

    Brilliant! Not just Brilliant. Copacetic. Creativity at its Best.

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

    Suggestion for more advanced topic. When should you use "select for update" and when are "dirty reads" ok. As a follow up advanced topic, difference between MVCC versus Spin lock design on multiple updates.

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

    I love this woman!!

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

    Best Tutorial ever. :)

  • @benwasilewski
    @benwasilewski 4 ปีที่แล้ว

    OMG this lady is great. Thanks!

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

    INSERT INTO secret_user
    (first_name, last_name, code_name, country, organization, salary, knows)
    VALUES
    ('Jimmy', 'Bond', '007', 'United Kingdom', 'MI6', 97200, false),
    ('George', 'Smiley', 'Beggarman', 'United Kingdom', 'MI6', 97200, false),
    ('Jason', 'Bourne', 'Delta One', 'United States', 'CIA', 115000, false),
    ('Jack', 'Ryan', null, 'United States', 'CIA', 85000, false),
    ('Ethan', 'Hunt', 'Bravo Echo 1-1', 'United States', 'IMF', 250000, false),
    ('Emma', 'Peel', 'Mrs. Peel', 'United Kingdom', 'MI6', 97200, true),
    ('Susan', 'Hilton', 'Agent 99', 'United States', 'Control',250000 , false),
    ('Nick', 'Fury', 'Foxtrol', 'United States', 'SHIELD', 250000, false);
    Let me know if there is something to correct

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

      Thanks for that. I like to follow along with the videos and that saved me some typing. Additional free time I will use to say how great you are. :-)

    • @WaldoTheWombat
      @WaldoTheWombat 2 ปีที่แล้ว

      Thank you very much! you wrote 'knows' instead of 'knows_kung_fu' though

  • @jamesngari6676
    @jamesngari6676 5 ปีที่แล้ว

    Socratica...my new favourite everything.

  • @ultizar99
    @ultizar99 4 ปีที่แล้ว

    Instant subscribe! Video was informative and fun!

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

    Awesome tutorial, keep up the good work !!!

  • @Lucas777Rock
    @Lucas777Rock 4 ปีที่แล้ว

    thank you all for the explanation. i'm from Argentina

  • @timabedoza6464
    @timabedoza6464 4 ปีที่แล้ว

    very creative and easy to understand, good work...

  • @0107ful
    @0107ful 5 ปีที่แล้ว +1

    haahahha u are so funny !!!!!!!! I rly love this concept, please make more series like this . GREETINGS !

  • @ZerofeverOfficial
    @ZerofeverOfficial 5 ปีที่แล้ว +25

    Video is 8 minutes. Released on Pi Day. 3+1+4=8.

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

      It's 8 mins 2 secs friend. Why people try to find "cosmic" patterns in coincidence is beyond me. Here it is being forced by changing the time to work. Weak sauce. I think your fever has gotten to you.

  • @RockitMan-ey8tx
    @RockitMan-ey8tx 5 ปีที่แล้ว

    Ulka is SQL: Seductive Queen of Learning.

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

    Love the Susan Hilton reference!

  • @sabuein
    @sabuein 3 ปีที่แล้ว

    As always, thank you very much.

  • @osyopans
    @osyopans 5 ปีที่แล้ว

    That was so fun (and instructing).

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

    thank you for sharing your knowledge!

  • @shinrafahell
    @shinrafahell 4 ปีที่แล้ว

    Never had that fun learning sql queries :)

  • @timbennjah4091
    @timbennjah4091 2 ปีที่แล้ว

    You are so talented

  • @mennatullahalshazly6653
    @mennatullahalshazly6653 3 ปีที่แล้ว

    You are AMAZING 😍😍😍

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

    5:58 can i write "WHERE user_id = 5, 7, 8;" instead of using IN? Why do i need to write IN?

    • @pointerish
      @pointerish 5 ปีที่แล้ว

      I guess the code does some sort of for loop on the list and needs it as a list.

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

      That looks like an extension to the ISO standard....using OR or IN ( ..., ... ) works everywhere.

    • @AS-rw8pt
      @AS-rw8pt 4 ปีที่แล้ว +1

      IN is used to specify to only 5 6 7

    • @physicsguybrian
      @physicsguybrian 4 ปีที่แล้ว

      Equality (=) is not the same thing as "member of" (IN). An ID cannot be equal to more than one value but it can be a member of a collection of values. If ID=5, for example, then ID != 6. This is why IN is used. If ID=5, then ID is a member of (IN) the list 5,6,7.

  • @AhmadAlMutawa_abunoor
    @AhmadAlMutawa_abunoor 5 ปีที่แล้ว

    Another wonderful, great, helpful and entertaining video. :)

  • @NixonMAGESE
    @NixonMAGESE 4 ปีที่แล้ว

    This is amazing! hahah
    Watching a scifi and picking up skills like kung fu!

  • @niloben659
    @niloben659 2 ปีที่แล้ว

    Great videos, thanks

  • @hvsalza4068
    @hvsalza4068 3 ปีที่แล้ว

    Those vids are fun, good job I guess.

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

    You should be on Mr Robot tv show! 😄

  • @vidanatural_oficial
    @vidanatural_oficial 5 ปีที่แล้ว

    so nice.. thank you Socratica.

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

    In case you missed it, always include a WHERE clause in your UPDATE statements. Make sure you have backups for your database for when you choose to ignore that advice

  • @Yash-fz7kw
    @Yash-fz7kw 5 ปีที่แล้ว

    Love this series thanks

  • @lllbutcher
    @lllbutcher 5 ปีที่แล้ว +13

    I have 2 questions:
    History and Undo.

    • @JorgeEscobarMX
      @JorgeEscobarMX 5 ปีที่แล้ว

      There is no undo an UPDATE, the database engine assumes that you know what you are doing.

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

      @@JorgeEscobarMX Some database engines have settings that can require a COMMIT after a UPDATE. If you made a mistake, you can ROLLBACK. In other database engines, you must start a TRANSACTION first. See: en.wikipedia.org/wiki/Rollback_(data_management)

    • @physicsguybrian
      @physicsguybrian 5 ปีที่แล้ว

      That's one incomplete statement Sir!

  • @ray_gannon
    @ray_gannon 5 ปีที่แล้ว

    Always excellent

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

    If you hadn't leaked those salaries on youtube the MI6 officers wouldn't have asked for equal pay.

  • @mageeaaron2624
    @mageeaaron2624 2 ปีที่แล้ว

    Very helpful

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

    What about if you need to update multiple values in a single entry?

  • @BogdanDonescu
    @BogdanDonescu 2 ปีที่แล้ว

    Jack Ryan did not received the desired code name did he? At 2:25 in the note it says "Neo 2.0?" so there's a "?" missing! 😁

  • @partygrouppl
    @partygrouppl 4 ปีที่แล้ว

    Thanks for material. Ist very straight forward, however im missing some details. In my php app i have separate forms for insert and update order data, that are basicly duplicate. Today i found out im able to create new rows with just update form. Is it fine to do that, or is this can cause data corruption or something? also is frequent updating can cause problems in long distance? will db require defragmentation. Thanks for help...ups its yt not stackoverflow.

  • @ExcelTutorials1
    @ExcelTutorials1 2 ปีที่แล้ว

    lol, love these videos

  • @lipsonthomas6346
    @lipsonthomas6346 5 ปีที่แล้ว

    Is making notes on programming is a good idea? If Yes, Can you a video on it.

  • @pragmatistglobalanalyticsa4269
    @pragmatistglobalanalyticsa4269 5 ปีที่แล้ว

    Please make more sql videos. Thanks

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

    I love it

  • @sachinshirke7592
    @sachinshirke7592 2 ปีที่แล้ว

    @Socratica
    In update query where we add 10% raise for every employee... It should be 0.1*salary not 1.1*salary..
    Right??
    Nice Videos and thanks for clear explanation.. Also can make video on script writing please....

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

      The 0.1*salary is only the raise part, the new salary is the 1.1*salary. Ex: for a salary = 450 the 0.1*salary is 45 but the new salary is 1.1*salary = 495 (450+45) OR salary + 0.1*salary = salary(1+0.1) = 1.1*salary

  • @David-dm6eo
    @David-dm6eo 4 ปีที่แล้ว +3

    Is nobody gonna talk about how these secret agents salaries are super low LMAO

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

    The barman says will you be using a table? Oracle says IS_SERVERERROR(1017).

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

    It still rocks!

  • @rajatchopra1411
    @rajatchopra1411 2 ปีที่แล้ว

    1:26 you should have added john wick as well

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

    The examples in the video -
    www.db-fiddle.com/f/p8sgPxVtKevtJvkjybVJXp/1

  • @KrishnaManohar8021
    @KrishnaManohar8021 5 ปีที่แล้ว

    10% rise means 1.1 ??? Please explain

  • @wiindstudio2803
    @wiindstudio2803 4 ปีที่แล้ว

    Please urgent help ..for a table in SQL with columns(1) ID(pri key), (2)Name,(3) Gender, (4)DepartmentID...? I want to be able to change the name of an employee. How do I wrap this statement in a stored procedure?
    Update tblEmployee(table name)
    Set Name = 'john', Gender= 'Male', DepartmentID= 4
    where ID = 3
    I did this and it said violating primary key rule or something..
    Create Proc spUdating Employee
    @ID int,
    @Name nvarchar(30),
    @Gender nvarchar(30),
    @DepartmentID(30) int
    As
    Begin
    Update tbl Employee
    Set Name=@Name, Gender=@Gender, DepartmentID=@DepartmentID
    Where ID=@ID
    End..
    The problem is how to execute it
    Exec spUpdateEmployee ...
    Isn't working

  • @ma8969
    @ma8969 2 ปีที่แล้ว

    thank you

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

    Can someone explain the joke about Oracle, Postgres and SQLite in a bar?

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

      Please tell me you have discovered the answer to the joke about Oracle having to "Look here old man" at 4 minutes 10 seconds in?

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

    could anyone explain to me the joke about oracle? (please)

    • @WaldoTheWombat
      @WaldoTheWombat 4 ปีที่แล้ว

      maybe Oracle is just older then the others

  • @mohansurendar7429
    @mohansurendar7429 3 ปีที่แล้ว

    5:32 is ethan hunt dead🚶🚶‍♂️🚶‍♂️ ?, update it

  • @LeonardoGarcia-op6ox
    @LeonardoGarcia-op6ox 2 ปีที่แล้ว

    Why did not you include Maxwell Smart? His Code name was: SuperAgent86 !

  • @bnodtwari
    @bnodtwari 3 ปีที่แล้ว

    the music's name?

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

    Do Socratica guys know Kung Fu?

  • @codingwithalfred
    @codingwithalfred 5 ปีที่แล้ว

    Hahahahha you are awsome !!!

  • @gizlikullanc4861
    @gizlikullanc4861 5 ปีที่แล้ว

    My english is not good enough to understand the joke at 4:25. Can someone please explain to me?

    • @banzooiebooie
      @banzooiebooie 5 ปีที่แล้ว

      Gizli Kullanıcı she was interupted before she could tell the entire joke, but as the three characters are databases walking into a bar, I guess the punchline is something about tables.

    • @banzooiebooie
      @banzooiebooie 5 ปีที่แล้ว

      Or maybe the punchline was "look up here old man" i.e select

    • @gizlikullanc4861
      @gizlikullanc4861 5 ปีที่แล้ว

      @@banzooiebooie Actually I don't understand the jokes like "x is walking into a bar. Orders a y, orders a z..." etc. Maybe that's an idiom in english, idk

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

      @@gizlikullanc4861 It's just a structure for many different kinds of jokes. Many times the bar really has nothing to do with it, like in one classic example:
      A horse walks into a bar, and the bartender asks, "Why the long face?"
      "Why the long face" is an idiom for asking "Why do you look sad" by the way.... man I didn't realize how hard explaining jokes especially those relating to idioms really are! :)

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

      @@dankwarmouse6248 wow, thanks for your explanation. After you said the meaning of "long face" and I re-read the joke, I lol'ed like crazy :D That was really funny and educational for me :)

  • @jonlbs7
    @jonlbs7 3 ปีที่แล้ว

    What if you WANT to update ALL the data in a Column? Importing data from a spreadsheet with a date column comes in as TEXT. I want to change it to date of dd/mm/yyyy just like I get from the bank statement. I then want to be able to do a query on the date. You videos are out of the park FANTASTIC.. As of this date 04/01/2021 there are 1.6K likes up there and 17 idiots that did a thumbs down. THANK YOU for your videos and may the Lord bless you greatly :) ✨✨✨👍

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

      Were you able to accomplish all you wanted to in this comment?

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

      Wow.. comment was 2 years ago.. Thanks for getting back.. I 'm actually doing taxes for 2022 and needing to refresh sql. Do you guys do any C# videos? I pray a special blessing to you and your crew for protection, continued good health, & having a closer relationship with God :)

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

    best machine girl :| , forever

  • @masihterjangkau7625
    @masihterjangkau7625 5 ปีที่แล้ว

    What this name application?

  • @umwirabura7209
    @umwirabura7209 2 ปีที่แล้ว

    you have to update your t.shirt too.

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

    You should have never disclose that document: disclosing it made all the agents unhappy!

  • @KrishnaManohar8021
    @KrishnaManohar8021 5 ปีที่แล้ว

    Set salary = 1.1*salary
    1.1 means 10% ??

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

      1.1*salary = (1+0.1)*salary = 1*salary + 0.1*salary = salary + 10% of salary so 1.1*salary = new salary, which is 10% more than previous salary. So 1.1*salary means 10% increase added to previous salary.

    • @KrishnaManohar8021
      @KrishnaManohar8021 5 ปีที่แล้ว

      @@physicsguybrian thank you soooo much ;)

  • @KrishnaManohar8021
    @KrishnaManohar8021 5 ปีที่แล้ว

    10% means 0.1 na ??

  • @MecchaKakkoi
    @MecchaKakkoi 5 ปีที่แล้ว

    Emma Peel ❤️

  • @mshingote
    @mshingote 5 ปีที่แล้ว

    +1 for Nick Fury

  • @Ganeshay-09
    @Ganeshay-09 5 ปีที่แล้ว

    plz can make plsql tutorial vdos

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

    UPDATE joke SET punch_line = ?

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

      THIS WILL UPDATE ALL OF YOUR JOKES

  • @jamilsonjunior284
    @jamilsonjunior284 2 ปีที่แล้ว

    Bro.... that was NOT kung fu! That was karate ! >:( ... I'm not mad, just a bit disappointed ... But the rest of the video was great!

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

    8 minutes for an UPDATE tutorial lmao. 😂

  • @elnazdehkharghani6121
    @elnazdehkharghani6121 4 ปีที่แล้ว

    --------------------------------------CREATE TABLE-------------------------------------------
    CREATE TABLE secret_user (
    user_id serial primary key,
    first_name character varying,
    last_name character varying,
    code_name character varying,
    country character varying,
    organization character varying,
    salary integer,
    knows_kung_fu boolean
    );
    --------------------------------------INSERT INTO TABLE-------------------------------------------
    INSERT INTO secret_user (first_name, last_name, code_name, country, organization, salary, knows_kung_fu)
    VALUES ('Jimmy', 'Bond', '007', 'United Kingdom', 'MI6', 97200, false),
    ('George', 'Smiley', 'Beggarman', 'United Kingdom', 'MI6', 97200, false),
    ('Jason', 'Bourne', 'Delta One', 'United States', 'CIA', 115000, false),
    ('Jack', 'Ryan', null, 'United States', 'CIA', 85000, false),
    ('Ethan', 'Hunt', 'Bravo Echo 1-1', 'United States', 'IMF', 250000, false),
    ('Emma', 'Peel', 'Mrs. Peel', 'United Kingdom', 'MI6', 97200, true),
    ('Susan', 'Hilton', 'Agent 99', 'United States', 'Control', 250000, false),
    ('Nick', 'Fury', 'Foxtrot', 'United States', 'SHIELD', 250000, false);

  • @natura-g5i
    @natura-g5i 4 ปีที่แล้ว

    CREATE TABLE public.secret_user
    (
    user_id serial NOT NULL,
    first_name character varying,
    last_name character varying,
    code_name character varying,
    country character varying,
    organazation character varying,
    salary integer,
    knows_kung_fu boolean,
    PRIMARY KEY(user_id)
    )
    WITH(
    OIDS = FALSE
    );
    ALTER TABLE public.secret_user
    OWNER to postgres;

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

    😂

  • @mecann1
    @mecann1 2 ปีที่แล้ว

    i could not get the joke :(

  • @randomautonomousdronepilot3384
    @randomautonomousdronepilot3384 2 ปีที่แล้ว

    PunjabiQuarters

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

    James Bond is too old for this...he's too busy entertaining the chicks.

    • @rubyhoney6177
      @rubyhoney6177 5 ปีที่แล้ว

      Sean Connery is the ultimate James Bond
      Legend has is...........He is older than the pyramids
      All his X GFs are now mummified (thats the only sure fire way of keeping them quiet)