Menu
×
×
Correct!

Exercise:

Write the correct SQL statement to create a new table called Persons.

CREATE TABLE Persons ( PersonID int, LastName varchar(255), FirstName varchar(255), Address varchar(255), City varchar(255) );

Not Correct

Click here to try again.

Correct!

Next ❯
 (
  PersonID int,
  LastName varchar(255),
  FirstName varchar(255),
  Address varchar(255),
  City varchar(255) 
);

  
  
  




Go to w3schools.com
Reset Score
Close This Menu

Completed 0 of 52 Exercises:

SQL Select
SQL Where
SQL Order By
SQL Insert
SQL Null
SQL Update
SQL Delete
SQL Functions
SQL Like
SQL Wildcards
SQL In
SQL Between
SQL Alias
SQL Join
SQL Group By
SQL Database





×

Reset the Score?

This will reset the score of ALL 52 exercises.

Are you sure you want to continue?



×

Congratulations!

You have finished all 52 SQL exercises.

Share your score on facebook: