QuestionQ47

Load and leverage structured, semi-structured, and unstructured data

Which SQL statement may be used to create a table?

Explanation

A CREATE TABLE statement defines each column with its name followed by a data type. INT and VARCHAR are SQL data types, so the definition with column1 INT and column2 VARCHAR follows the required column-definition structure.

Community Discussion

No comments yet. Be the first to start the discussion!