I'm a beginner apprentice. I don't know why my code is returning extra duplicate rows.Code:
SELECT * FROM employees
It returns the list, but repeated multiple times and the first number on the first original answer does not repeat along with the repetitions:
123452345 and the like..
I don't know what to try. I created the database and everything was running smoothly. All of a sudden, it is sending me these extra rows.