Chevron Left
Back to Introduction to Structured Query Language (SQL)

Learner Reviews & Feedback for Introduction to Structured Query Language (SQL) by University of Michigan

4.7
stars
5,489 ratings

About the Course

In this course, you'll walk through installation steps for installing a text editor, installing MAMP or XAMPP (or equivalent) and creating a MySql Database. You'll learn about single table queries and the basic syntax of the SQL language, as well as database design with multiple tables, foreign keys, and the JOIN operation. Lastly, you'll learn to model many-to-many relationships like those needed to represent users, roles, and courses....

Top reviews

SD

May 22, 2018

The course was very helpful to me in regard to designing structured databases. The concept was explained in a systematic manner and its use was demonstrated using simple examples.

AK

Sep 18, 2018

CREATE TABLE Review (rating INT ,NAME VARCHAR(452) ,INSERT INTO Review (NAME, RATING) VALUES ('GREAT PROFESSOR CHARLES SEVERANCE',5 );) ENGINE = GOOD BYE CHARACTER SET = coursera

Filter by:

1226 - 1226 of 1,226 Reviews for Introduction to Structured Query Language (SQL)

By Henry N

•

Apr 19, 2022

Out of Date Tech