Which of the following SQL statements is syntactically correct for creating a table called 'Customers'?
CREATE TABLE Customers (ID INTEGER, Name VARCHAR(255), Email VARCHAR(255))
CREATE Customers (ID INTEGER, Name VARCHAR(255), Email VARCHAR(255)) TABLE
Baroque art features strong contrasts, while Rococo art prefers more subtle transitions
Baroque art is generally larger in scale than Rococo art

Computer Science Exercises are loading ...