NodeJs MySQL Create Table

In NodeJs, To create a table in MySQL, use the CREATE TABLE statement after define the database.

Code :