Search code examples
mysqlpopsql

in popsql when i try to run multiple times it says - table already exists


I have created a table named dbms it runs once well but when I try to run again, it shows an error that dbms table already exists. I don't understand what is the problem can anyone help me, please? thank you.


Solution

  • when working with databases, you only need to run the script once to create it. Otherwise it will not show until you place data into it.