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

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator