NULL in table creation

Report a typo

What column(s) may contain NULL values?

CREATE TABLE impression( 
    banner_id INTEGER NOT NULL,
    is_click BOOLEAN NOT NULL, 
    user_id VARCHAR(100), 
    geo VARCHAR(3),
    site_id INTEGER NOT NULL);
Select one or more options from the list
___

Create a free account to access the full topic