Multiple choice Which of the following statements is a function of CREATE TABLE command? It is used to add an integrity constraint to a table. It is used to redefine a column of the table. It is used to change a table's storage characterstics. It is used to create tables and definine columns. It enables or disables integrity constraints. Reveal answer Fill a bubble to check yourself D Correct answer Explanation This option is correct as CREATE TABLE command creates a table in the database.