Tables, Views, Files
Create a Table
Description
The get_table()
and create_table()
functions let you save either an existing table or a newly created table into a variable.
Syntax
Use the get_table()
method to fetch a table from the mysql_demo_db
database:
Or, the create_table()
method to create a new table: