MySQL databases are called schemas
MySQL databases are called schemas. Databases are location to group data tables in one location.
Databases can also be used to keep stored procedures.
A stored procedure is SQL code that is saved and can be reused again and again.
Comments
Post a Comment