SQL Crash Course for Beginners

  Рет қаралды 10,311

Maven Analytics

Maven Analytics

Күн бұрын

Пікірлер: 31
@papajon619
@papajon619 2 ай бұрын
Great stuff right here. If you’re looking to start your SQL journey, look no further. Watch this
@jbpauler
@jbpauler 2 ай бұрын
This comment makes me happy. Thanks for taking the time!
@ibrahim82649
@ibrahim82649 2 ай бұрын
This introduction to SQL is Amazing. Would definitely consider learning more.
@jbpauler
@jbpauler 2 ай бұрын
Great to hear you enjoyed it Ibrahim. SQL is such a foundational skill in data. Highly recommend you do pick it up. It's been a game changer for my career.
@rjofins1845
@rjofins1845 12 күн бұрын
Great explanation, I think that the examples with a real abstraction, they are really good. Regards from Spain.
@Alice-at-Maven
@Alice-at-Maven 9 күн бұрын
Glad you found it helpful!
@OrleansMakuza
@OrleansMakuza Ай бұрын
Very eloquent, was a pleasure to watch your video.
@efrainperez257
@efrainperez257 2 ай бұрын
Wow that’s a great way to start SQL I’m looking forward to learn it I want to start my new career related to data analytics
@jbpauler
@jbpauler 2 ай бұрын
Right on! If you want to be in data, SQL is a core skill. It's everywhere and there still somehow aren't enough people that are truly good at it. So companies need people all the time.
@dwaynecadguy1897
@dwaynecadguy1897 Ай бұрын
you make it easy to understand. Thank you
@stewartmoore5158
@stewartmoore5158 2 ай бұрын
This was a brilliant introduction to SQL!
@Alice-at-Maven
@Alice-at-Maven 2 ай бұрын
Glad you enjoyed it!
@DatawithHimanshu
@DatawithHimanshu 2 ай бұрын
Amazing SQL introduction
@jbpauler
@jbpauler 2 ай бұрын
Yea it really was!! 💪
@ChinnaChennaiah-wo3ob
@ChinnaChennaiah-wo3ob 2 ай бұрын
good explanation
@jbpauler
@jbpauler 2 ай бұрын
Alice is 🔥 and SQL is such a core skill. Hope we'll reach a lot of folks with this one :)
@maureenokoro8818
@maureenokoro8818 2 ай бұрын
Do you have a KZbin channel.or how do I connect with you to learn
@Alice-at-Maven
@Alice-at-Maven 2 ай бұрын
You can find my SQL videos within the SQL Tips playlist on this Maven Analytics KZbin channel. I'll also be coming out with an Advanced SQL Querying course next month, available on the Maven Analytics platform and Udemy.
@sujaykoushik
@sujaykoushik Ай бұрын
Great introduction to SQL. Please forgive my ignorance here, but I wonder why do many programming books have wierd pictures of animals on their cover page. Does anyone know?
@Alice-at-Maven
@Alice-at-Maven Ай бұрын
The book publisher O'Reilly has animals on the cover of all their programming books.
@simonhamilton2037
@simonhamilton2037 Ай бұрын
Also... I'"m looking at SQL as an alternative to MS Access for a variety of reasons. Can SQL be used to generate a fully-fledged front-end online 'app' To what extent would you say they are equals, or is one better than the other?
@Alice-at-Maven
@Alice-at-Maven Ай бұрын
They're different. If you're looking for a front-end app that's ready to use out-of-the-box, then MS Access is the way to go. If your goal is to create a front-end online app, then you would have to combine SQL on the back end with web development technologies on the front end (HTML / CSS / etc.). If your goal is just to interact with a database using a user-friendly interface, you can use a SQL editor like MySQL Workbench (for MySQL), pgAdmin (for PostgreSQL), etc.
@simonhamilton2037
@simonhamilton2037 Ай бұрын
@@Alice-at-Maven Thanks, it's what I suspected. To work!
@moemoe-jb2fw
@moemoe-jb2fw 2 ай бұрын
In the grade table why do you have grade_id ?
@Alice-at-Maven
@Alice-at-Maven 2 ай бұрын
The grade_id gives each row a unique ID. While it isn't necessary, you'll sometimes see unique IDs like this in a transactions table where each entry or row is given a unique ID in case you need to reference a particular entry. For this demo, I included it to simplify things and give each table a simple primary key in the left most column, versus of creating a more complex composite key (primary key based on multiple columns).
@moemoe-jb2fw
@moemoe-jb2fw 2 ай бұрын
@@Alice-at-Maven thank you, you’re really good at explaining. I will start my sql journey soon. Should I learn excel? my goal is to learn how to test a database and write complex queries. Any advice ?
@Alice-at-Maven
@Alice-at-Maven 2 ай бұрын
@@moemoe-jb2fw If your goal is to write complex queries and work with a database, SQL should be good enough for now. If you'd like to do data analysis tasks, then I would recommend learning Excel.
@simonhamilton2037
@simonhamilton2037 Ай бұрын
Another great course, thank you! Question: at around @28:00 you code , eg. 'Students s' and 'g.final_grade', which seem to be related to the join. Do you go iinto this ('s' & 'g') elsewhere?
@Alice-at-Maven
@Alice-at-Maven Ай бұрын
I don't go over the s and g in detail in the video, but I can explain it here! Those are aliases, which are essentially nicknames for the tables. Once you define the nicknames in the FROM clause (Students s, Grades g), you can use those nicknames throughout the rest of the query whenever you're referencing a column from a table (ON s.student_id = g.student_id, s.student_name, etc.).
@simonhamilton2037
@simonhamilton2037 Ай бұрын
@@Alice-at-Maven Thank you!
@osvaldo81
@osvaldo81 Ай бұрын
@@Alice-at-Maven thanks for explaining this I paused the video and stay hold observing and I understood like you confirmed here, you are aawesome woman keep the good work :)
The Science of Data Visualization
48:37
Maven Analytics
Рет қаралды 8 М.
Learn 12 Basic SQL Concepts in 15 Minutes (project files included!)
16:48
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
SQL Tutorial - Full Database Course for Beginners
4:20:39
freeCodeCamp.org
Рет қаралды 19 МЛН
What is Coming in 2025 for Data Analysts?
10:33
Lore So What
Рет қаралды 54 М.
The Ultimate SQL Window Functions Course | Complete End-to-End Guide
3:51:23
Python Basics for Data Analysts
50:49
Maven Analytics
Рет қаралды 3,4 М.
Neo4j (Graph Database) Crash Course
1:23:08
Laith Academy
Рет қаралды 249 М.
SQL Aggregate Window Functions | COUNT, AVG, SUM, MAX, MIN | #SQL Course #4
1:07:34
Learn SQL Basics in Just 15 Minutes!
16:57
Kenji Explains
Рет қаралды 188 М.
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН