Chevron Left
Back to Databases and SQL for Data Science with Python

Learner Reviews & Feedback for Databases and SQL for Data Science with Python by IBM

4.6
stars
19,309 ratings

About the Course

Working knowledge of SQL (or Structured Query Language) is a must for data professionals like Data Scientists, Data Analysts and Data Engineers. Much of the world's data resides in databases. SQL is a powerful language used for communicating with and extracting data from databases. In this course you will learn SQL inside out- from the very basics of Select statements to advanced concepts like JOINs. You will: -write foundational SQL statements like: SELECT, INSERT, UPDATE, and DELETE -filter result sets, use WHERE, COUNT, DISTINCT, and LIMIT clauses -differentiate between DML & DDL -CREATE, ALTER, DROP and load tables -use string patterns and ranges; ORDER and GROUP result sets, and built-in database functions -build sub-queries and query data from multiple tables -access databases as a data scientist using Jupyter notebooks with SQL and Python -work with advanced concepts like Stored Procedures, Views, ACID Transactions, Inner & Outer JOINs through hands-on labs and projects You will practice building SQL queries, work with real databases on the Cloud, and use real data science tools. In the final project you’ll analyze multiple real-world datasets to demonstrate your skills....

Top reviews

BS

May 20, 2020

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!

SR

Aug 25, 2022

I am thankful to coursera for providing database and sql for data science course in such a way that anyone can

understand the basic fundamental of sql and database. I learn a lot from this course.

Filter by:

1826 - 1850 of 2,640 Reviews for Databases and SQL for Data Science with Python

By Josh H

•

Jan 9, 2020

aaa

By Harshita G

•

Feb 4, 2024

gg

By Karan K

•

Aug 25, 2022

,

By André J A

•

Jul 22, 2021

ok

By Kiran K

•

Jun 16, 2020

NA

By Talha A

•

Sep 11, 2019

<3

By Luis T d N

•

Mar 1, 2024

k

By Yohanes J

•

Nov 5, 2023

.

By MUHAMMAD A

•

Jul 28, 2023

u

By SAHIL S (

•

May 19, 2023

*

By Ananya G

•

Nov 16, 2022

g

By Jaysmita S

•

Mar 20, 2022

.

By Gauri A

•

Jan 29, 2022

G

By Rafael A O

•

Nov 8, 2021

T

By Aqeel A A

•

Oct 13, 2021

By Vu C T

•

Sep 1, 2021

By Ali C B

•

Nov 17, 2020

.

By koradedinesh@johndeere.com

•

Jan 23, 2020

G

By Mao T T

•

Mar 22, 2020

Of the courses in this professional data science certificate I have taken, this is probably the best designed one. The labs force you to think and apply what you learnt in the video and not simply make minor modification to example codes. By the end of the course, I have internalized some of the commands. Overall, the labs were rather effective at drilling the concepts into students.

Some of the labs in the second week were rather lazily written. Instead of asking students to practice what they saw in the videos, all labs should contain actual questions that ask students to apply what they have learnt to new examples and problems, forcing them to think about what they have learnt.

The grading system is also in need of improvement. Some graders do not seem to know what they are doing. Simply resubmitting the assignment can result in a drastically improved score simply because the first grader was marking down answers that were actually correct. Perhaps there could be multiple graders assigned to any single assignment and the average score taken, or something to that effect.

By Leanna W

•

Sep 8, 2023

Overall and excellent course. If you can pass this course you will have learned a lot about SQL and how SQL can be used in Jupiter Notebooks with Python. Highly recommend the course.

The only reason it did not get 5 stars is the honors course had issues with lab exercises in sections on Transactions and Final Graded Assessment.

The transaction Rose example had and extra update that caused it to fail and rollback. I found and fixed that.

In the final graded assessment, there were instructions that said write an if statement with the following information, however no information or links were provided. I got out and back in, however, in Firefox those instruction were not available. I did demonstrate the concepts being ask even though I did not have the specifics provided and was awarded the points to pass but I think either the learner should be told not to use Firefox or work is needed to ensure that the lab and instructions can be seen in Firefox.

By Benjamin K

•

Aug 5, 2023

Overall, worthwhile class. Enjoyed getting to work with stored procedures in the Honors modules. A couple small critiques:

Dump files to create the databases via import need to be audited in a couple of cases. DDL for chicago_public_schools has Leader_Icon set as varchar[4], throwing an error when writing a stored procedure to change the value to "Average" or other values over 4 characters.

ShoeShop-CREATE.sql from the ACID Transactions module has a stray "-" that causes the file to fail to import.

It's a bit odd the way DB2 modules are all optional up until the week 6 honors modules, where it switches and the MySQL modules are optional. Final project also seems geared toward DB2, however I have had to work exclusively with MySQL as I still can't seem to get IBM's system to approve my Cloud Account.

By Dinesh M

•

Apr 20, 2022

I found it had the right balance of sql coding exercises with clear and illustrtive practise task. Although I personally never asked a question in the forum, the answers to existing posers aided me well. I must say the staff were empathetic and their responses in the forum generally exuded this friendly spirit, which is very important to code newbies. It's a huge bonus to learn IBM's cloud service interface alongside sql through this course and I didn't find the application interface overwhelming as some of the tech firms offering, I still found it difficult to access different resources like the sql studio and jupyter notebook on ibm cloud and the documentation there wasn't the most intuitive. I would give a five star when these resource links are made easier to identify.

By Amy P

•

May 8, 2019

This is a great course and I particularly appreciated the integration with Python/Jupyter notebooks. As in previous courses in the IBM certificate program, the labs were the highlight. They challenged students to answer questions using real data sets. Going from start to finish - from sourcing and downloading data all the way to analysis - was very helpful in mastering all of the techniques.

A couple of sections felt out of place: in my opinion, the optional database schema topics could become a separate course of their own, while the section on joins deserved more attention. The lecture slides, with the pictures of interconnected tables, were a bit hard to read and could do with an upgrade. Overall though, great pacing, with easily digestible videos. Highly recommend.

By NS

•

Nov 8, 2021

First of all I would like to thank all the instructors and all the staff for their contribution in making this course and helping out students in times of need.The course was well designed and a lot of topic they have covered in this course related to Database and SQL. However, the main issue a lot of the students including me have faced was the use of IBM cloud account and IBM skilled network labs. The skilled network was down and it is still down for maintenance purposes in the middle of the course without having any back up service in place. It was really annoying and I lost a lot of time due to this problem. For the perspective students I wish you all the best and once more to all the instructors and to all the staff thank you.

By Yohaunin Z

•

Sep 1, 2021

I think the learning process was easy with this one, minus a technical issue, so far this one has been my favorite:

Learning the various commands in SQL was very simple and straight forward, the course was surprisingly detailed regarding SQL, using Python with a database api to interact with the database Db2, establishing a connection to that database and using SQL magic to make interacting with Db2 more simple and straightforward.

There was a technical issues with SQL Magic (resolved) ,

however the course is very easy to study, surprisingly detailed, includes lots of hands on labs to practice coding on, it even comes with a bonus section for more advanced people.

Overall I really enjoyed this course!!!