MySQL-Table does not exist. Please, can anyone help?
mysql> show tables;
+--------------------+
| Tables_in_aldobowi |
+--------------------+
| Section |
| course |
| student |
+--------------------+
3 rows in set (0.00 sec)
mysql> select * from section;
ERROR 1146 (42S02): Table 'aldobowi.section' doesn't exist