✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Write the correct SQL statement to create a new table called Persons
.
(
PersonID int,
LastName varchar(255),
FirstName varchar(255),
Address varchar(255),
City varchar(255)
);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!