Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deleting Tables

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hello - newbie here. So if you can explain in simple terms I'd be very grateful.

I'm using mysql from my phpadmin site so haven't written script yet. I've managed to create tables and empty rows but can't find a delete button to delete a table. Which begs the question. How do I delete a table?

Thanks beforehand.
 
It SQL terminology uses the word 'drop' to signify deleting a database object, such as a whole database, a table, or a column of the table. Look for the 'Drop' link next to each table when you click on the main database icon on the left. [sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top