Best courses to revise SQL in 2 days?

  • Thread starter shivajikobardan
  • Start date
  • Tags
    Courses Sql
In summary, the MySQL documentation is thorough and provides a good foundation on which to build more sophisticated table structures and efficient data manipulations. I would start with the following chapters (in order), focusing on the innoDB engine first. I would also focus on Rick's Rules of Thumb to help understand the importance of proper SQL.
  • #1
shivajikobardan
674
54
TL;DR Summary
Learn SQL for customer support engineer intern
I am customer support engineer intern.
My supervisor has assignmed me to learn SQL in 2 days. I've studied mysql in the past as well.
https://www.w3schools.com/sql/
He has asked me to learn till SQL data types.
Are there any video courses to revise my sql using mysql? Remember that this is for customer support engineer job so I don't require very vast knowledge of SQL, there'll be DBAs for that.
I'm considering this course. Do tell me if I should buy it or not. This is by far the best course I've found.
https://www.udemy.com/course/practical-sql-masterclass-with-mysql/
My second preference is this course:
https://www.udemy.com/course/the-complete-sql-master-bootcamp-sql-database-beginner-to-mysql-expert/
Tell me which one should I buy? None? If None, which?
 
Technology news on Phys.org
  • #2
YouTube is your friend. Just search something like "SQL Crash Course" and you will see videos that are from 60 mins to 4 hrs long. Good for revision, I believe. And while working, if you need the commands, just use w3schools.
 
  • #3
I find youtube tutorials to be of very low quality (of teaching) not sure why. I used to use them a lot in the past. They just illude me that I'm learning something. I may be wrong.
 
  • #5
If I were to use a site I'd recommend sqlbolt.com and sqlzoo.net. I learnt from them at that time. Now, when I look at them, I feel empty. I don't get anything.
 
  • #6
If you have MS Access, use the query builder gui then convert to SQL to get some intuition on the language
 
  • #7
The following is a repost of this post with updated links:

I really like the MySQL documentation.

The problem with other sources is that they show you some very basic stuff. But SQL is full of very useful things that are needed, especially with very large tables. So the documentation is quite heavy, but in the end, you'll find that it is necessary to understand it fully to do good table structures and efficient data manipulations.

I would suggest you start with the following chapters (in order), such that you don't get lost or bored too much. For most of the important stuff elsewhere, there is probably a link inside those sections to reach it. I would also focus on the innoDB engine first, as it is probably the one you'll use (although, I'm not bashing other engines).

Chapter 9 Language Structure

This chapter explains the basic language structure. Pretty simple stuff if you are used to programming.

Chapter 11 Data Types

This chapter is essential to help you choose the proper data type (i.e. the one that takes less storage space). Focus mostly on numeric and string types at first.

Chapter 13 SQL Statements

This is what I consider the tutorial part of the documentation, especially the first two sections:
Section 13.8.2 is also essential to understand to learn how to build good queries.

Chapter 12 Functions and Operators

For when you'll want to do more complex comparisons or string manipulations.

Finally, I also suggest Rick's Rules of Thumb which helped me a lot understand the art and importance of proper SQL.
 
  • Informative
Likes Wrichik Basu

Related to Best courses to revise SQL in 2 days?

1. What are the best courses to revise SQL in 2 days?

Some popular online courses to revise SQL in 2 days include "SQL for Beginners" on Udemy, "SQL Crash Course" on Codecademy, and "SQL Essential Training" on LinkedIn Learning.

2. How can I effectively revise SQL in a short period of time?

To effectively revise SQL in 2 days, focus on key concepts such as querying databases, manipulating data, and understanding joins. Practice coding exercises and work on real-world projects to solidify your understanding.

3. Are there any free resources available to revise SQL quickly?

Yes, there are several free resources available to revise SQL quickly, such as online tutorials, YouTube videos, and SQL practice websites like SQLZoo and LeetCode.

4. Can I revise SQL in 2 days if I have no prior experience?

While revising SQL in 2 days may be challenging for beginners with no prior experience, it is possible with dedication and focus. Start with basic SQL concepts and gradually move on to more advanced topics.

5. What are some tips for revising SQL efficiently in a short timeframe?

Some tips for revising SQL efficiently in a short timeframe include setting specific goals, creating a study schedule, practicing regularly, and seeking help from online forums or communities when needed.

Similar threads

  • STEM Academic Advising
Replies
1
Views
867
  • STEM Academic Advising
Replies
1
Views
825
  • Programming and Computer Science
Replies
3
Views
2K
  • Programming and Computer Science
Replies
1
Views
977
Replies
1
Views
1K
Replies
40
Views
2K
  • STEM Academic Advising
Replies
24
Views
2K
  • STEM Academic Advising
Replies
2
Views
1K
  • STEM Academic Advising
Replies
5
Views
2K
Back
Top