Select all the correct statements about a table that was created with the following SQL query:
CREATE TABLE cars (
car_num INT NOT NULL UNIQUE,
owner_surname VARCHAR(20) NOT NULL,
country VARCHAR(30) DEFAULT 'Finland'
)Select all the correct statements about a table that was created with the following SQL query:
CREATE TABLE cars (
car_num INT NOT NULL UNIQUE,
owner_surname VARCHAR(20) NOT NULL,
country VARCHAR(30) DEFAULT 'Finland'
)Create a free account to access the full topic