...

/

Solution: Create a Table

Solution: Create a Table

We'll cover the following...

Query

CREATE TABLE students (
id INTEGER,
name TEXT,
grade REAL
);

Explanation

...