The following script creates a table:
CREATE TABLE Album (name text, year integer);
How do you add data to it? Select all options that will not cause an error.
The following script creates a table:
CREATE TABLE Album (name text, year integer);
How do you add data to it? Select all options that will not cause an error.
Create a free account to access the full topic