Assignment 1 Part 2
Assignment 1 Part 2
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> Exit
mysql> show tables;
+--------------------+
| Tables_in_my__shop |
+--------------------+
| customer |
| employee |
| items |
| purchase |
+--------------------+
mysql> drop table employee;
Query OK, 0 rows affected (0.02 sec)