SQL Query Basics: Insert, Select, Update, and Delete

preview_player
Показать описание
Without question the most used statements in SQL are the Insert, Select, Update, and Delete statements. They make up the core foundation for any database work.

Hope you enjoyed the video!

Create Tables Video:

Check out this code here:

Join my Discord server to chat with me:

Check out some code on my GitHub:

Come visit us on Reddit:

Other Social:
Рекомендации по теме
Комментарии
Автор

This taught me more than a $2, 000 university database basics class. Thanks man!

pierogii_
Автор

Great video! Everyone should know SQL basics, you're going to run into a database no matter what technical career path you choose.

ZacKoch
Автор

Dude you explain things so well and it is so much easier for me to understand, , ty. sincerely ty.

MrGFYne
Автор

A shortcut for the insert of multiple rows, insert into people (name, age) values ('john', 21), ('fred, 22), ('albert', 23);

HadToChangeMyName_YoutubeSucks
Автор

im having tommorow an exam on this, nice explanation!

MatiEP
Автор

Great video, as always - I'll check out your other SQL videos right away; you're great at explaining everything in just the right amount of detail AND in a perfect tempo. Thank you so much!

thomasterp-madsen
Автор

Thanks broo!! I wish that I'll get the teachers like you...Keep it up buddie!!!

mayne
Автор

just found your channel and i’m learning so much from it MASSIVE THANK YOU BRO ❤️❤️

justnbody.
Автор

I knew the basics. But never used limit and transaction..thanks EM

nidhi
Автор

Thanks,
If you could explain about how internals work, would be great.

morningtarr
Автор

Apologies if you already made one, but an ATOM tips and tricks vid would be much appreciated. Love the content, Thanks!!

kevinc.
Автор

I am outreaching you on behalf of NCache by Alachisoft. Ncache is a 100% .NET / .NET Core distributed cache.
We have been following your YouTube Channel since quite a while and we really can’t help appreciating the amazing work you are doing. We saw some Tutorials, How-To guides and Tips on your channel, so we would really want to have an alliance with you for some similar videos.
I hope you don’t mind if we talk further about this.

ayeshairshad
Автор

you are great man but please add the possibility to activate the subtitles, you speak fast and we are not all english native speakers, so they help. have a nice day and thank you ;)

hbdfnny
Автор

Looking forward to more DB videos. Subscribed.

s
Автор

I just started to learn python and a bunch of things related to data science 1 month ago. I really appreciate your video. I was wondering if you could tell me what IDE are you using for SQL and asking for doing a video for noSQL. Cheers

misterinc
Автор

Love your videos. Could you do a video on "ON DELETE" clause when using foreign keys or foreign keys in general?

blanketfish
Автор

that happened to me, I wrote a database update php page, obviously one of the functions was: delete from table_name, it took me a while to understand that, I forgot to write down the where part, and I kept deleting my table, goos thing I was in the development stage, and not in the production stage :)

arielapp
Автор

That's help me in computer application thanks bro

adparikhyt
Автор

Hi can you help me how can i delet using this select

SELECT PRO.CDPRO, TRA.NHORAS, TRA.CDEMP
FROM PROYECTO PRO, TRABAJA TRA
WHERE TRA.CDPRO = PRO.CDPRO
group by PRO.CDPRO, TRA.NHORAS, TRA.CDEMP
HAVING SUM(NHORAS)=0;

this is the incial select and i need to transforme it into delete how can a i do it? thanks

mohamedelhagib
Автор

Hello Engineer man if you could help I would appreciate it.

How do you syntax sql to display output in a decimal field when using number like 2, 244.90 and not having the database erroring the comma thinking it is an extra field.

stephenwatson