Chevron Left
Back to SQL for Data Science

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

4.6
stars
16,076 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

GC

Dec 29, 2022

Great course! A solid way to introduce a learner to programming in SQL!! Sadie is an amazing online instructor! Thank you to Sadie and UC Davis for offering this course through the Coursera platform!!

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:

3976 - 4000 of 4,178 Reviews for SQL for Data Science

By Renuka G

Dec 20, 2019

good one

By Ravikumar C

Feb 2, 2023

good

By 318126512050 S R B

Jun 21, 2021

good

By Carl D A

Aug 13, 2020

good

By Krishna G

Jun 10, 2020

good

By Chen G

Feb 15, 2019

Soso

By Gergely H

Jul 30, 2021

Y

By renas c

Mar 12, 2021

.

By Manas d

Sep 19, 2020

.

By Linda O

Dec 14, 2022

This course is a basic introduction to SQL, using SQLite. It covers the logic of databases, ER diagrams, how to select data from a table, create new variables, use aggregate functions, join tables and use date and text features. I finished the course with a basic set of SQL skills. That is the upside of this course.

The downsides are many. The lectures are dull and uninspired. The teacher is inarticulate and does a poor job of explaining the concepts. Some of the homework problems require the use of features not covered in class. Some of the instructions in the homework assignments are unclear, leaving the student wondering what is being asked of them. Some of the code used in the lectures does not work in the homework assignments, particularly the date functions. Week 4 of the course was particularly poor, and it was an endurance test to complete it. The final assignment, which is supposed to take 1 hour, took over a day, in part because the poor directions provided. On more than one question, I was not sure what the instructor was looking for.

The final downside is Coursera itself--the discussion boards are a useless mess. They are full of people begging other students to grade their assignments, with little actual discussion of the course material. If you are looking for help understanding something, look elsewhere; you will not find it in the discussion boards. Coursera needs to fix this mess.

In short, I can't understand how this course has an average rating of 4.5. I would not recommend it. There have to be better introductory SQL courses out there.

By Thibaut C

Mar 8, 2023

What this course does well is to embed the technical content in a larger business perspective to make people think before they code, which would ultimately prove useful in professional life.

However, the technical part – logically the most important for an SQL course – is really insufficient. The biggest pain point is that the course, unlike other courses teaching code or equivalent (e.g. C++, Excel), does not provide any exercise walkthrough. No need to mention it, in coding, exercise corrections are fundamental to help people understand the practical aspects of what they have juste learned. After one passes a quizz, one does not even get to view the right codes and an explanation – one just sees the grading and which answers were correct/false –, which is really a pain point. Having corrected exercise is a minimum one would be expecting when paying a subscription to follow such a course on Coursera. At least, the course could give external sources for exercises for each part.

Additionally, the videos themselves could sometimes be clearer and I have noticed some mistakes– small, but still confusing when one tries to replicate in exercices that come later – in the skeleton queries that are given in the videos.

All in all, what you are offered in this course unfortunately does not match the level of many other code courses available on Coursera (at least the ones I have already done).

By Ben T

Dec 12, 2021

Really bad. I'm trying to be fair here, and I understand that there are reasons the instructors made some choices that they did, however:

-You can't teach a course designed for absolute beginners and not help us install a chosen software and explain the interface. I felt SO LOST trying to download SQLite on my own, and then find out the instructor chose to teach a software with NO USER INTERFACE from the download. Why would anyone chose SQLite as the software FOR A COMPLETE BEGINNER: I have no idea. I ended up using a different course (see below) and used MySQL as my software (free, great user interface, not so intimidating for a beginner.

-I can't stress this enough: THIS IS A THEORETICAL COURSE. There is no videos in which the instructor has an SQL software open and you code along with them. IF THAT'S WHAT YOU WANT go to "Programming with Mosh." The way that this course works is, she just talks about SQL: you never are given a database from which to query / retrieve / test your programming. Like, how is this even a course if you're not at least providing some sample data to work with?

I'm really disappointed in Coursera: I've completed two specializations here already, really enjoyed each and had no desire to leave the website, but after this I'm going to be much more careful and looking at other websites like Udemy.

By Drupad R

Dec 26, 2022

Why are you introducing so much theory initially for a new user who cannot contextualize the meaning of it? I'm encountering things that I do not fully understand (e.g., JOINS, subsets, handling complex queries - lesson: Creating temporary tables), when I have not even written my first query? That information is useless in this moment, and much less retained.

There's a principle in education called "competence before comprehension". I need to be able to try new things, findout what is inefficient, develop inferences and conclusions on my own. Telling someone the importance of a primary key is not helpful than showing in a database what a particular primary key is and why it was chosen. The learner can come to the conclusion on its own about why it needs to be unique, how to choose it and why it cannot be a null.

Bottom line: You cannot keep on layering new concepts without first writing a single line of query. You learn the syntax and develop from the failures. You're constantly talking about how to bake a cake, differences between a carrot cake and red velvet cake, talking about different frosting types, showing pictures of the final cake, meanwhile I have not even made a cupcake yet, forget about red velvet.

By Leonard L

Apr 18, 2022

While this course does help to equip learners with basic knowledge of SQL, the overall implementation and conduction of the course materials leave a lot to be desired. First off, the videos are very dry and un-engaging, making it difficult to focus on key points within each lesson. Also, I am very surprised that there is no coding exercise after each video lesson to reinforce the topics touched on considering that this is a course for a programming language. Instead, all coding exercises are done within the graded quiz at the end of each Week course, which by the time you get to, you might have forgotten materials previously touched on.

Another point is the lack of establishing good formatting practices early on for learners (it only comes around halfway through the course and is only very superficially touched on). This is demonstrated through the course materials where I do notice inconsistencies within the coding formats presented. I think this is a very important point that a programming langugage course should have to develop good formatting behaviours and improve code readability overall.

By Ana S

Feb 20, 2024

As a beginner I found the course useful, but I also had to look for stuff on my own and I was lucky enough to be able to ask an expert when I got stuck. Also, there's some good stuff by other learners in the course forum. The explanations are often not very clear, and there no tables provided to be able to follow the code. In addition, there were several typos in the code, which can be very confusing when you're starting because you think you're missing something. In one case in particular (explaining self joins), Sadie copies her example from another website which she doesn't identify (https://www.w3schools.com/sql/sql_join_self.asp) and she copies the code wrong. The database for the final assignment was really confusing and badly structured (again, confirmed by my 'expert', who used some code to show me why), so doing that assignment was unnecessarily painful. The only really why the course high such high average ratings may be that Sally is really sweet but I wish I had known all this before I took this course.

By F M

Sep 25, 2022

While I'm grateful for the opportunity to learn through Coursera, this specific SQL course is greatly lacking. The delivery and teaching format is out dated, and it's pretty much what the MOOC classes were when Coursera launched a decade ago. This course isn't good for students with learning disabilities, let alone for learners with zero background in SQL. The final project goes from 0 to 100 without learners properly being able to build the skills to effectively get the final project completed with confidence.The final project is beyond the scope of what this course even prepares you for. My overall impression is that this course needs an overhaul, with teaching methods that are engaging, interesting, and suitable for learners who truly do not have ANY background in SQL or tech.

By Eric R

May 21, 2021

Weeks 1 - 3 contained good information and had good problem sets. Week 4 totally drops the ball. The lectures do not fully flesh out the many uses of datetimes, cases or views. The problem sets for week 4 should be much more extensive to practice these concepts. The lectures on sql for Data Science are fluff - no skills are included; and then the student is expected to perform these skills in the peer reviewed assignment. The peer review assignment has several poorly specified questions. Overall the lectures could be improved by showing the ER diagrams for the tables the lecturer is referring to rather than only showing a query. Many lectures should be reshot where the lecturer misspeaks/does not complete her thought, or where she burps while speaking.

By Sarah S

Jun 13, 2023

I would not recommend this course for the following reasons.

1. The last assignment was very confusing. The link to the worksheet lands the learner in a VS code editor. This comes completely out of the blue since VS code is not introduced prior to this. It misleads you into thinking you need to use VS to complete the assignment. It is unclear where to find the yelp database. After searching on stack overflow I found the answer.

2. The music that overlay’s the speaker's voice is distracting.

3. Some of the quizzes tests you on the speaker’s opinions rather than on facts.

4. I didn’t feel some of the concepts where explained well.

5. Having previously finished the Andrews Ng course, which was very well put together, I felt that this SQL course was sloppy.

By Natalee M M

Jun 30, 2023

I am providing a two-star review for the final project due to the grading process that involves peer evaluation. While I understand the importance of obtaining approval and receiving the certificate, I have concerns regarding the time it takes for projects to be reviewed by peers. As someone who invested significant hours into this course, I have been actively grading other students' projects since I have ample time available. However, I have noticed that some projects from as far back as 2020 remain ungraded. It appears that the current system relies on peer submissions for timely evaluations, which could potentially result in lengthy delays rather than efficient turnaround times.

By Marc B

Jun 9, 2021

Check out the 1 star reviews, i agree with most that's said there. I still learned a lot in that course though mostly from Stackoverflow trying to answer the assignments. Problems are: the final course assignment is a mess to do and to correct, many questions are ambiguous and this class doesn't prepare for it. More than half the peers i reviewed were plagiarizing. This really shows the limits of Peer-Reviewing, more supervision needed. Finally the SQLite used for the course is 9 years old, as i discovered some functions were absent or not working. This course is due for a big update, on content (show outputs and better quizzes), SQLite version, and refreshed quizzes and assignments.

By Matthew C

Jul 30, 2022

Not great-instructor stumbled through some parts of lectures and, while it's not a huge issue it made it a bit more difficult to follow. Quizzes seem to have been written by a different person (or in a different syntax) than the lectures making them frustrating to complete. The final project was far and away from the information given in the lectures and was really intimidating, especially without in-person help.

Basically the best thing about this course is that it's so disjointed and confusing you'll have to do a bunch of extra research to pass. Which, as my programmer friends tell me is something they do often at their job so I guess it kind of sets you up for the workplace?

By Faheem I

Nov 5, 2020

Would not recommend. There's no real teaching, the instructor is just reading off of slides with little to no explanation. The slides are confusing, don't provide outputs to the codes that they're showing and many times have errors on them. The course including the quizzes forces you to do most of the work, and I mean that in a bad way. The videos are incredibly lazy and very little explanation is provided for some key points considering this is a beginner's course.

The only good thing I found was that it provided some structure to what I should study. I ended up studying mostly from tutorial websites. I would suggest you look for some other courses if you want to start SQL.

By Kevin M

Apr 28, 2023

Overall this was a big comedown from the google data analytics courses. This course seemed less put together and many slides were missing examples to show you what they were teaching. The course also moved very quickly and at times was hard to grasp new topics. Slides illustrating what queries are doing would have been very helpful.

The final assignment is often ambiguous and the directions unclear. Additionally it is hard to find where the feedback is even located for you to review. On top of that you are paying for a course but then have to review other learners assignments for them and for you to pass which just seems strange overall.

By Lindsey M

Jul 12, 2023

While this course was very informative, I felt that it was set-up very poorly. The course structure is heavy on videos, with a few links to optional readings; from there you take 2 quizzes. The quizzes are the only point in each weekly lesson where you actual practice the coding. As a hands-on learner this was difficult for me, as I had to constantly reference and lookup previous skills. I would recommend using the Sandbox along each lesson to practice the coding, otherwise you are only coding 5 times (4 lessons, 1 final peer review project). The peer review project is messy, and should be reevaluated as the final project.