Hi Pratik,
I understand your problem regarding this error.
I think you check this command to find out which are existing tables you have in your current database.
use abc;
show tables;
Here abc is my database name.
I hope this will help you out.
Thanks.