Challenge: Create a Table

Continue to test your understanding of basic SQL commands.

Create a table

In this challenge, we’re going to create a table. Follow the steps below to create the table with the specified properties.

Create and show database

The table belongs to the school_db database. We have to create this database below:

Press + to interact
/* implement the (1) part here */

Create and show table

  • The name of the ...