Intro Lets review all of the Table-related functions in one place. Create tables in the database Top create a table in your database use the CREATE TABLE command. Here, we define the schema of a table. We create users table which has two attributes/f...