[MySQL] Note(4) How to add, modify, delete Table
Last Updated on 2021-05-15 by Clay
There are usually several tables in a database, and there are many data stored. In addition to query the data, if we are the database administrator, we also need to know how to "add", "modify", "delete" the table and the fields and data in the table.
Read More »[MySQL] Note(4) How to add, modify, delete Table