Question: When creating a table, which of the subsequent statements is NOT correct?
- The schema of the table must be explicitly stated.
- A user can have two tables with the same name, as long as the column names are different.
- The column list must be enclosed in parentheses ( ).
- Default values cannot be assigned to all columns in a table.
Can you show that which statement is right and why?