The table "animals" is defined by the following statement:
CREATE TABLE animals (
name VARCHAR(10) NOT NULL,
owner VARCHAR(20),
age INT NOT NULL
);
Choose the correct query.
The table "animals" is defined by the following statement:
CREATE TABLE animals (
name VARCHAR(10) NOT NULL,
owner VARCHAR(20),
age INT NOT NULL
);
Choose the correct query.
Create a free account to access the full topic