Learn SQL In 60 Minutes

Learn SQL In 60 Minutes

Web Dev Simplified

5 лет назад

2,088,527 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Md Shariqq
Md Shariqq - 15.09.2023 23:45

cool

Ответить
Haifeng Zhu
Haifeng Zhu - 09.09.2023 20:27

hi, what editor did you use in this tutorial?

Ответить
Haifeng Zhu
Haifeng Zhu - 09.09.2023 20:08

I like your explanation, please make some tutorial on Javascript, I struggled a lot in learning Javascript

Ответить
Daniel
Daniel - 08.09.2023 09:12

Attending a course to get a certificate for MS SQL but I wanted to be prepared beforehand and this video was great! Thank you!

Ответить
pejko89
pejko89 - 07.09.2023 21:48

Best video about sql I've ever watched ❤

Ответить
Syed Armaghan Hassan
Syed Armaghan Hassan - 07.09.2023 18:23

It would be great if you share with users, learners how to practice it, and install sql etc.

Ответить
GetStartedNow
GetStartedNow - 06.09.2023 12:49

Watched this video three years ago and returning now as I have to reminisce. Great teaching and perfectly simple. I tried to re-visit the DSC book which in all fairness contains alot of great information but is extremely heavy and the material is made overly complex. So thanks alot for this. This is high quality.

Ответить
Ralph Caritativo
Ralph Caritativo - 05.09.2023 19:42

Thank you for this. I'm refreshed with this tutorial!

Ответить
Zawa Rudo
Zawa Rudo - 04.09.2023 18:36

SQL is god of data querying. Even when you have no-sql or non-relational databases, sooner or later you can be sure there will be SQL interface for that :D

Ответить
Only english
Only english - 04.09.2023 05:42

Great

Ответить
RB
RB - 29.08.2023 19:24

The Ocean <3

Ответить
Pragya
Pragya - 24.08.2023 08:28

hello ji

Ответить
Aimie Wallace
Aimie Wallace - 19.08.2023 02:25

OK another shout out thank you for explaining the JOIN, not one instructor I've had explained it as well, not even JOIN and INNER JOIN are doing the same thing. 🙌

Ответить
Aimie Wallace
Aimie Wallace - 19.08.2023 02:14

Well explained and so happy your English is good LOL. I wouldn't say it's simple learning this but you're helping! Thanks

Ответить
Kiam Venter
Kiam Venter - 17.08.2023 23:18

Top tier band choices

Ответить
SoMesH PuNdiR
SoMesH PuNdiR - 17.08.2023 17:20

hello

Ответить
Leoric
Leoric - 17.08.2023 16:42

you have huge ears. thanks for the guide gr8 for begginer

Ответить
Aro Abdulazeez
Aro Abdulazeez - 17.08.2023 12:24

good day kyle, i was wondering if you could a video of using node to connect to an sql database. you know the schema and stuff

Ответить
Ragulprakash V
Ragulprakash V - 16.08.2023 13:37

thank you...

Ответить
IRENE UDODIRIM
IRENE UDODIRIM - 15.08.2023 19:28

good project

Ответить
Madesh Seepelly
Madesh Seepelly - 13.08.2023 21:53

I just love this tutorial, thanks a lot!!!

Ответить
Hendoi Technologies Private Limited
Hendoi Technologies Private Limited - 12.08.2023 06:03

kindly post a video about "How to Fine tune Chat GPT for our specific needs" tutorial from scratch.

Ответить
yang william
yang william - 09.08.2023 23:29

amazing, thanks.

Ответить
Polkadot
Polkadot - 09.08.2023 19:41

I think that in case of aggregates like count, you can select only on count and count all occurrences without grouping.

Ответить
Khayyam Adeel
Khayyam Adeel - 03.08.2023 12:29

Please add video about. indexing and views too
thanks

Ответить
AlexTalk
AlexTalk - 20.07.2023 09:55

very awesome. thank you

Ответить
dame ndiaye
dame ndiaye - 18.07.2023 03:09

Still up at 2023 thank you

Ответить
Inamjan Ibragimov
Inamjan Ibragimov - 15.07.2023 16:49

Nice explanation! Thank you.

Ответить
Donna Saud
Donna Saud - 11.07.2023 11:29

Thank you! We need one for Python please.

Ответить
SRI BOOK
SRI BOOK - 07.07.2023 11:22

well done great explaination

Ответить
mariethey anate
mariethey anate - 06.07.2023 23:10

How do you when to underline a word? And what is the meaning of the underline sign? Thanks.

Ответить
CookingBird
CookingBird - 06.07.2023 16:46

Thank you for the SQL video! It was incredibly informative. 😊🙏🎥💻

Ответить
Jijun Chen
Jijun Chen - 06.07.2023 02:04

I like you so much. you are so handsome and smart! Aftering knowing you, my programming skill improves tremendously!

Ответить
20ECE1001 Aaron Xavier Lobo
20ECE1001 Aaron Xavier Lobo - 05.07.2023 08:24

I found this incredibly useful to refresh what I had learnt earlier. Would recommend to anyone

Ответить
Make it work
Make it work - 04.07.2023 12:11

Made this for myself but may help some of you.

CREATE – Make something new;

DROP – Delete something (risky);

ALTER – Change something that has already been created;

ADD – Add something to something;

USE – Specify what Database you are using;

NOT – Something should not be a specific value / Only select things that don’t have this value;

AUTO_INCREMENT – Automatically increases a specific value making it different in each column;

PRIMARY KEY – Lets you uniquely identify each row in a table, used with AUTO INCREMENT;

FOREIGN KEY – Allows us to add a foreign key;

REFERENCES – Allows us to reference something;

INSERT INTO – Allows us to insert something into a table (Adding something new not modifying it);

VALUES – Thing to be inserted (INSERT INTO table_name (columns) VALUES (‘Your value’) );

SELECT – Lets you select something (* selects everything);

FROM – Lets you specify from where you want to select it (FROM table);

LIMIT – Lets us limit how much something should be (With select for example);

UPDATE – Lets us update something that has already been created;

SET – Lets us change something that has already been set;

AS – Lets us change column names (SELECT column_name FROM table_name AS ‘new name’);

ORDER BY – Lets you specify by what order things should be displayed by.

ASC – The default order of things (Ascending);

DESC – Used with order by. Makes them order by descending order;

DISTINCT – Only selects unique values (SELECT DISTINCT name FROM table);

WHERE – Add a condition to your statement (SELECT * FROM table WHERE column = 22);

LIKE – If contains something (SELECT * FROM table WHERE column_name LIKE ‘%dea%’)

% Means as many characters as possible before and or after it. LIKE ‘%dea%’ would be true for death;

AND – Basically just && (SELECT * FROM table WHERE column > 22 AND column2 < 33);

BETWEEN – (SELECT * FROM table WHERE column BETWEEN 666 AND 999);

IS NULL – You can’t say = NULL (SELECT * FROM table WHERE release_year IS NULL);

DELETE – Allows you to delete something (DELETE * FROM table WHERE id = 22) (deletes a row);

JOIN ON – (SELECT * FROM table1 JOIN table2 ON table1.column1 = table2.column2);

Select everything where (compare table 1 and table 2 with this condition: ….) THE () ARE RUN FIRST

Ответить
Caddrick Pereira
Caddrick Pereira - 03.07.2023 07:16

this helped me pass my exam, so thank you my guy .

Ответить
Im Black
Im Black - 27.06.2023 22:33

I know this has nothing to do with the video, but sir, your eyebrows are incredible

Ответить
CRICKET 2021
CRICKET 2021 - 26.06.2023 15:36

Thought of covering SQL concepts for a very long time, but couldn't able to complete any course. But this is a good booster. Thank you so much for all the efforts you put into to make all these.

Ответить
Sagy Blecher
Sagy Blecher - 22.06.2023 17:10

kyle you are amazing, thank you so much

Ответить
Lois Villareal
Lois Villareal - 22.06.2023 04:42

ampogi mo nakakadistract bhii

Ответить
wave
wave - 21.06.2023 22:14

I'm getting this error after I try to add in the Primary Key (ID) portion Error Code 1050 Table bands already exists

Ответить
Kimberly A
Kimberly A - 17.06.2023 16:27

This is really good. I just feel like this would be a lot better if you added the code in a document for our reference. I get error messages and have nothing to compare my code to, to find the problem. I have to depend on what i can physically see in the video. It's still pretty good, but i'm stuck right now for that reason. I can't get past the 'populating tables' part, because i keep getting a messages saying there's something wrong with the foreign key - band_id. I had to resolve to just watch the video and not follow along.

Ответить
Andres Vazquez
Andres Vazquez - 16.06.2023 18:09

Thank you for this content. It was really helpful!🙂

Ответить
27sosite
27sosite - 16.06.2023 02:16

thank you, mate

Ответить
Ajay Singh
Ajay Singh - 14.06.2023 06:44

Thanks, dear, for making such an informative and helpful video. It briefly covers the SQL basics, which can be used as a refresher. Well done!!!!

Ответить