Create Statements
------------------------------------
1.
Write a query that
creates at least eight tables.
2.
Make sure some of the
tables are related, i.e. they have a foreign key relationship.
3.
All your tables must
have a primary key.
4.
Use the SET or the ENUM
data type in at least one of your tables.
5.
Use the Date or Date time
data type in at least one of your table creations.
Insert Statements
-----------------------------------
Select Statements
-----------------------------------
UPDATE Statement
------------------------------------------
DELETE Statement
-----------------------------------------
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 1 | 2 | 3 | 4 | 5 |