I have just created a new database and I'm at the stage now where I am looking to input my data. I've created the tables and the constraints work fine, and I have inserted 1 row successfully. However when running the query select * from mytable; it returns the table once for every field.
I have spent the past 2 hours researching why but cant find anything. Can anyone help please?
Thanks in advance.