Code: Select all
mysql> describe adult_student;
+------------+-------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+------------+-------------+------+-----+---------+-------+
| adult_ID | int(11) | NO | PRI | NULL | |
| student_ID | int(11) | NO | PRI | NULL | |
| relation | varchar(45) | YES | | NULL | |
+------------+-------------+------+-----+---------+-------+
3 rows in set (0.00 sec)
mysql>Code: Select all
SELECT * FROM adult_student;edit: well I was going to attach the file but this board doesn't allow .txt or .doc. I'm not sure how to show the artifact. When I open it in word or wordpad it just shows an extra line under father. Is it a carriage return?