Challenge: Create a Table

Create a table called students with the following columns:

  • ID (INTEGER)

  • Name (TEXT)

  • Grade (REAL)

Challenge: Create a Table

Create a table called students with the following columns:

  • ID (INTEGER)

  • Name (TEXT)

  • Grade (REAL)

MySQL
# Write your query here: