Identify whether the given statement is true or false.
"A CHAR column can be converted to a VARCHAR2 column and vice-versa even if the column contains non- NULL values, provided its size does not change."
Identify whether the given statement is true or false.
"In an INSERT statement, if columns are not specified in the INTO clause, the values in the VALUES clause must be in the order in which the columns have been defined in the table."
Identify whether the given statement is true or false. "The number and datatypes of values specified in the
VALUES clause of an INSERT statement must match the number and datatypes of corresponding columns specified in the INTO clause."