Facebook – https://www.facebook.com/TheNewBoston-464114846956315/ GitHub – https://github.com/buckyroberts Google+ …
Original source
Facebook – https://www.facebook.com/TheNewBoston-464114846956315/ GitHub – https://github.com/buckyroberts Google+ …
Original source
42 responses to “MySQL Database Tutorial – 28 – UPDATE & DELETE”
How to recover the deleted items in database
Which IDE best to learn sql? thank you.
thank you 🙂
Hey everyone, I made a short 3 minute tutorial that covers how to update and delete data in a database using Java JDBC. Check it out here: @
thank you!!
when the id=104 is deleted, is there a way to update the id=105 to 104 and the id=106 to 105 aside from changing the id one by one ?
don't get it…you can double click on a row and change the value of a box?? wish i could see how this was related to a real website query..
i cant concentrate…do they use real frogs??
"What your underwear becomes after a severe case of mud butt."
thanks for your all great videos Sir 🙂 it helps me a lot
gimme weird cat video!!
puddinghammock!
Please do add urban dictionary terms to all of your videos.
Is it possible that when I delete an Item from table and automatically shrink row id?
i.e. If I delete row no 3 form 1,2,34,5 will it shrink 1,2,3,4 instead of 1,2,4,5?
Please..
one thing is for sure, your food choices never stop to amaze me LOL
i am intern at company and i delete whole table! please help!
Thank you!
thank you man, you have save me!
Thanks
INSERT into TABLE bucky thank you for all you do
so thats why bucky is amazing he say true at start lol
Helpful Video , Liked!
was wondering how do you update all the values in a column into UPPERCASE
frog paste yuck chheeeeeee
item 104 was beef chops for 7.99 sold by id 1 with 0 bids
you just saved me from a overreactive depressive crisis X,D
You really frog.
mudbutt
How to delete row WHERE id is max?
You can use OR in the conditions (after WHERE)
How do you delete data from multiple tables? for example delete an artist completely by their name along with all their work and paintings that were sold. Now there are multiple tables that connnect to one another such as artist, painting, purchase, and orders. How can I delete that information if the tables dont say the artist name but rather another ID that link back to the artist?
You can always trust a computer, what you can't trust is the person programming it.
URBAN DICTIONARY for pudding hammock: What your underwear becomes after a severe case of mud butt. ahem…….
let's say i accidentally replaced the names of all rows with "apple." is there a function to undo that?
nice tuts dude.. but I think you like exotic, extraterrestrial foods.. hahah frog paste.
1:56 — "I would recommend that you urba-dictionary that shizz". lol
thank u
I want to write an application to scan through all of bucky's videos daily and click the like button. This guy has helped so much.
how the hell did you know that i gonna watch cat video after this tutorial i have already opened one and pause it til a finish this tutorial
in examins there is no edit/delete button 😉
Same for GUI/GUI Builder… this tutorials are for understanding whats behind SQL and not how to click on "make this and that-"Buttons… because… what youre doing, if MySQL changes and excludes a button like that 😉
Thank your tutorials really help!!!
@PoweredMinecart You shouldn't use desc for a field. You should use description.
Use 'desc' since DESC is used to sort items descending.