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

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

The best courses to revise SQL in 2 days include online courses such as Codecademy, Udemy, and Coursera, as well as in-person courses offered by coding bootcamps and universities.

2. How do I choose the right course for me?

When choosing a course to revise SQL in 2 days, consider your learning style, budget, and specific goals. Look for courses that offer hands-on practice, clear explanations, and good reviews from previous students.

3. Can I effectively revise SQL in just 2 days?

While 2 days may not be enough time to fully master SQL, it is possible to gain a solid understanding and improve your skills with dedicated studying and practice. It's important to focus on the most essential concepts and prioritize hands-on practice.

4. What topics should be covered in a 2-day SQL course?

A good 2-day SQL course should cover the basics of SQL syntax, database design, data manipulation and retrieval, and basic database administration. It should also include hands-on exercises to reinforce learning.

5. Are there any free options for revising SQL in 2 days?

Yes, there are some free options for revising SQL in 2 days such as online tutorials, video tutorials, and practice exercises. However, these may not offer the same level of structured learning and support as paid courses.

Similar threads

  • STEM Academic Advising
Replies
1
Views
680
  • STEM Academic Advising
Replies
1
Views
734
  • Programming and Computer Science
Replies
3
Views
2K
  • Programming and Computer Science
Replies
1
Views
910
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
1K
Back
Top