Chevron Left
Back to SQL for Data Science

Learner Reviews & Feedback for SQL for Data Science by University of California, Davis

4.6
stars
14,543 ratings

About the Course

As data collection has increased exponentially, so has the need for people skilled at using and interacting with data; to be able to think critically, and provide insights to make better decisions and optimize their businesses. This is a data scientist, “part mathematician, part computer scientist, and part trend spotter” (SAS Institute, Inc.). According to Glassdoor, being a data scientist is the best job in America; with a median base salary of $110,000 and thousands of job openings at a time. The skills necessary to be a good data scientist include being able to retrieve and work with data, and to do that you need to be well versed in SQL, the standard language for communicating with database systems. This course is designed to give you a primer in the fundamentals of SQL and working with data so that you can begin analyzing it for data science purposes. You will begin to ask the right questions and come up with good answers to deliver valuable insights for your organization. This course starts with the basics and assumes you do not have any knowledge or skills in SQL. It will build on that foundation and gradually have you write both simple and complex queries to help you select data from tables. You'll start to work with different types of data like strings and numbers and discuss methods to filter and pare down your results. You will create new tables and be able to move data into them. You will learn common operators and how to combine the data. You will use case statements and concepts like data governance and profiling. You will discuss topics on data, and practice using real-world programming assignments. You will interpret the structure, meaning, and relationships in source data and use SQL as a professional to shape your data for targeted analysis purposes. Although we do not have any specific prerequisites or software requirements to take this course, a simple text editor is recommended for the final project. So what are you waiting for? This is your first step in landing a job in the best occupation in the US and soon the world!...

Top reviews

JG

Aug 22, 2021

I thought this course was great! Great introduction to Relational Databases and SQLite. Highly reccomend for anyone new to SQL, Databases, or someone looking to get started with a data science career.

NK

Oct 5, 2022

Amazing course for beginners! The entire course is well structured and has good hands-on assignments. SQL is extremely essential for Database management and fun learning so please do try this one out!

Filter by:

26 - 50 of 3,834 Reviews for SQL for Data Science

By Michael E

Aug 23, 2020

This course was good because it teaches you many keywords that are used for practical application in the world of data science. I definitely feel more confident with SQL after finishing this course.

By BHEEMANAPALLI D

Jan 20, 2020

To improve the technical skills this course mostly helpfull for the sql database.

By Chank C

Aug 11, 2020

Could you please give at least ***ONE EXAMPLE*** for each function introduced in lecture videos???

At week 3 & 4, more complex functions/features were introduced with ***JUST CODES, NO SAMPLE OUTPUT***!? How do you expect me to know what the output would be?

You may say I could run the code and to it myself, I learn better that way. True, BUT it is the situation of "1-minute job for you, but 10-minute job for me". You are leveling up the bar of who can benefit from the course - this should not be the case for beginner level course!

By Joshua G

Aug 23, 2021

I thought this course was great! Great introduction to Relational Databases and SQLite. Highly reccomend for anyone new to SQL, Databases, or someone looking to get started with a data science career.

By Deleted A

Jan 7, 2018

A nice course to get introduced to writing SQL queries in Data science. Provides hands on exercises that boost confidence. Genuinely appreciate the ease with which SQL topics are covered

By Alois T

Nov 18, 2020

Well it was a short course, the assignments are a little bit repetitive (mostly in the last). The course reviews every 'practical' aspects of SQL, how to assemble the bricks while writing queries,...

By Rita L N

Jun 14, 2020

Better than I hoped for. I learned everything I needed in order to feel competent in the basics of SQL. It was just the right amount of instruction and challenge, perfect for a beginner like me.

By Alexandra R

May 25, 2019

The course met my expectations as someone with no real prior knowledge. I now feel much more confident.

The lectures were well structured and the were a good amount of exercises. THe only reason I am giving the course 4-stars is due to the final exercise. Some of the questions were vague/not worded clearly enough. I had to dig through the forum to try to understand the questions.

Overall I would recommend this course!

By Omer G

Jul 2, 2018

While I did learn some useful bits, I found the course lacking. I think it could have been much improved if certain conditions would have been met:A. More practice! You don't learn a computer language by hearing about it, you learn by using it. The only practice this course had were the quizzes, and they were far from sufficient. I would expect each lesson to be followed by at least some practice. I often found myself venturing to different websites in order to practice what I had learned, and learned more from that than I did from the actual course.B. Better explanations. I found the explanations short and sometimes lacking. Moreover, at times there was no synchronization between what the instructor was saying and what was presented on screen (e.g. she was talking about products when the example presented data of employess). It's a small thing but can be very confusing. It is very important to be precise here. Again, I found myself reading elsewhere in order to better understand certain concepts, which I might as well have learned elsewhere altogether.C. Examples! Again, you don't learn a computer language by hearing about it. You learn by using it or by seeing how it is used. Whenever I'm taught something, I want to be shown examples of possible ways to use it. Examples were scarce and incomprehensive.D. Applicability. The course is called "SQL for Data Science", yet I found very little in the way of applying SQL to data science. I would expect a lot more tips and tricks and examples of real-life problems and how an actual data scientist would tackle them. There was almost none of that. There were positives as well. The instructor was pleasant, the course was pretty well structured and did provide an introduction (although not much more) to SQL. But I did not get what I was hoping for.

By Casey S

Sep 18, 2020

The final project assignment is a bit of a mess. Some of the questions are very unclear, and the database provided is incomplete in ways that make it hard to address some of the questions. I also found the lecture format and materials frustrating. I learn much better by reading and by being able to go back and reference materials, but that really isn't possible in this course -- the doesn't contain any of the actual code examples and is often really vague.

By Stephen C

Feb 22, 2021

I originally wrote this review about halfway through the course and gave it 2 stars, but I just got to the final project and am amending it to be 1 star. My reasoning for one star is as follows:

1) The instruction is often difficult to follow. The instructor will narrate with a snippet of code and a table or set of tables on the screen, but there won't be any visual aid to help follow along, as the slides are static. She also frequently stumbles over herself while reading from her teleprompter, so the combination of the static slides and her directionless cadence makes it very hard to keep track of what is going on.

2) The evaluations are split into two types, one of which is informational, one of which is coding. The questions of the former type very rarely reflect any sort of understanding and are more about rote regurgitation of information found on the (poorly formatted) slides. After taking a quiz or two, you come to realize that virtually any time a list is written on the screen, you had better write down every item on that list because there will be a "select all that apply" question at the end. Sometimes writing it all down doesn't even work, as she doesn't take care to make sure her headers and data match up. A parallel to the kinds of lists she often uses would be:

Types of Vegetables

1. Celery, 2. Cauliflower, 3. Vitamin C is good!, 4. Carrots, 5. Make sure to eat your vegetables!

The subject she is teaching revolves entirely around key-value pairs, and her slides don't reflect any sort of understanding of that relationship. If that table only accepted "vegetable" as a data type, she would get an error.

3) The coding evaluations, on the other hand, are extremely difficult as they extend the information well beyond what was taught in the preceding lecture, and almost no time is given to allow you to explore how the code works. The course thrusts you into a situation where you're writing code in a language with which you have almost no familiarity (and SQL has pretty poor error handling, and no custom error handling is written to help you understand where you went wrong). I strongly, strongly recommend Coursera learners take another class or use some other tool to learn SQL. I used a free instructional tool and felt so much more competent after 10 minutes of messing around on it than I did after watching an hour of lecture.

4) The material is often presented as her opinion rather than factual information that should be learned. I've taken a number of courses on Coursera, and they've been treated professionally, where information delivered was generally factual. If the professor wanted to inject opinion, it would be made clear it was opinion, and an evaluation may read, "Which of these may make x easier" or something like that. This instructor will phrase things like, "What did I say was the most important thing to know..." which just seems unprofessional. EDIT: Another example in response to a correct quiz answer was "You're not actually writing the query to the database or anything. What you're doing is you're just kind of storing it for the time being."

Look at that last sentence.

I could go on, but all in all, this course didn't even begin to resemble the level of professionalism or quality I've seen in other courses on Coursera. It reminds me of being peer taught during my education degree, full of teaching methods and lacking instructional skill. However, it's the only one that popped up as a beginner's course on SQL, so I finished it out. I regret doing so.

By Treston W

Jun 16, 2020

This course is incredibly poorly designed and does not provide sufficient guidance to learn SQL.

By NEETESH K

Oct 6, 2022

Amazing course for beginners! The entire course is well structured and has good hands-on assignments. SQL is extremely essential for Database management and fun learning so please do try this one out!

By Peilin G

Feb 2, 2019

As a beginner, the course is easy to understand and follow, and the course teaches a lot of useful commands. However, I think the course still has a lot to imrove. Some codings in the lectures have problems (e.g. lack ','). When introducing new commands, the teacher did not show the running results of the coding example. I also think the course lacks some application in the real world. Maybe providing more real business cases will help students understand better about when some commands will be applied.

By Brian K

Mar 11, 2022

Really disappointed with this course. Videos were helpful and informative but left many things unanswered without pointing learners to what these unexplained areas might be (so learner has to google and search about their confusion when they feel lost because something wasn't covered).

The assessments and final project were the most disappointing part, however. The Yelp dataset was error-prone and incomplete which totally tarnished the final exercise. Questions were confusing and misleading, and the only saving grace were the wonderful community forums where users helped each other to troubleshoot all the sloppy mistakes in the dataset and wording of questions. Worst of all, these posts/errors are 3-4 years old and UC Davis has done nothing to remedy as of December 2021. It feels as if this course has had zero attention since initially being published and is riddled with confusing errors and dead-ends that are extremely frustrating for someone to learn a new programming language. When one can't trust the instructor's accuracy, it becomes impossible to navigate a course like this. Very disappointed a major university would put out such low-quality, sloppy, and neglected course materials.

By Uwe H

Sep 10, 2021

The lectures were poorly delivered, and there was NO OUTPUT shown for any command that got discussed. It's not clear to me whether Ms St. Lawrence ever tried out any of the stuff she was talking about. Then the "final project" is (a) quite tedious; (b) in parts quite a bit more complicated than anything actually done before; and (c) its grading is "peer review" which seems to mean you may wait a week or two, or ten? before your assignment gets graded... and thus you get more dollars sucked out of your wallet from the monthly subscription. I bailed out before my 7-day free trial was over, and felt even the hours I put in to that point were a waste. If you want a significantly better intro to SQL, look at the "PostgreSQL for everybody" specialization by Chuck Severance and UMichigan.

By Kate W

Jun 12, 2020

Fortunately, this was not my first introduction to SQL, or I would have been unable to complete the final assignment, or even some of the modular quizzes. There is almost no hands-on learning, just talking head videos where the instructor doesn't even show you the actual coding syntax for many of the examples. Nothing builds or is linked together conceptually. And the SQLite interface is very limited, so when it comes to the over-complicated final assignment you have to perform coding backflips to get anything meaningful out of the appalling dataset. I cannot recommend this course to anyone.

By Octavio I

Jun 14, 2020

The Course examples were very little. Demonstration of new commands while teaching them would've been very helpful. But, there were little to no examples related to the teaching materials. There were gaps in concepts that required further reading to understand. Some syntaxes were used before being taught.

By Alpesh G

Jun 23, 2021

The course starts with the definition of SQL and how it is different from other computer languages. This course also provides related reading resources, which helped me gain more insights into this field and come to know about good resources from where I can practice this newly acquired skill set. This course also introduced ER diagrams, necessary clauses, and operators, including WHERE, BETWEEN, IN, OR, NOT, LIKE, ORDER BY, and GROUP BY, subqueries, and joins with advantages and disadvantages. You will be able to use the wildcard function to search for more specific or parts of records, including their advantages and disadvantages and how best to use them. You will be able to discuss how to use basic math operators and aggregate functions like AVERAGE, COUNT, MAX, MIN, and others to begin analyzing our data. It also discussed how to modify strings by concatenating, trimming, changing the case, and using the substring function. Also discussed the date and time strings specifically. You will be able to use case statements and finish this module by discussing data governance and profiling. You will also be able to apply fundamental principles when using SQL for data science. You'll be able to use tips and tricks to apply SQL in a data science context.

By charles

May 24, 2020

It is a very introductory course on SQL. I have never learn any SQL before and I can catch everything she said. People might find it extremely easy, but in learning programming you must make sure all the basics are well known to you before using them in more complex situations.

By Ilia S

Jun 30, 2020

Excellent course in all basics of SQL.

Built-in sandbox is the most important plus of the course.

A lot of practice, a balanced number of lectures.

At the end of a good project that allows you to try out all the methods learned in the course.

Excellent.

By Richard C J I

Sep 29, 2019

I loved this class. It was the perfect introduction to SQL coding. It was easy to follow and I learned a ton. -Rick

By UDHAYA P V

Apr 22, 2020

Comparing to other stuffs, this is really brilliant

By Sergiu S

Jan 12, 2019

The Content of the course is good, quizzes are fine, but the final project is a total mess up, inconsistent and don't contain the course potential, so you won't be able to apply the knowledge by doing it

By Brent L

Aug 14, 2020

Examples, examples, examples. This course could be drastically improved by providing more concrete examples of each function, preferably one we can play and explore with in some exercise (not just a practice quiz) if not right there in the lesson (much like w3schools does). I felt that this would have increased my understanding, confidence, and proficiency exponentially.