MySQL Exercises
MySQL Exercises
MySQL Exercises
Exercises
Were
using
the
data
set
from
courseras
DB
class
https://class.coursera.org/db/quiz/attempt?quiz_id=128.
We
planned
to
use
this
since
you
can
use
their
site
to
run
queries
and
get
feedback
without
setting
up
MySQL
but
it
seems
that
this
is
currently
down.
Weve
used
some
of
their
exercises,
removed
some,
and
added
others.
Exercise
0
Exercise 1
Some
reviewers
didn't
provide
a
date
with
their
rating.
Find
the
rID
of
all
reviewers
who
have
ratings
with
a
NULL
value
for
the
date.
Exercise
4
For
the
ratings
from
exercise
4,
set
the
date
to
0000-00-00.
Exercise
5
Insert
the
following
movies
into
the
Movie
table:
Exercise
6
Get
the
title
of
the
movie
and
rating
for
every
rating.
Exercise
7
(Hard)
Find
the
titles
of
all
movies
that
have
no
ratings.
Exercise
8
Delete
the
movies
you
added
in
exercise
5.