SELECT ____ FROM table (Command to select everything from the table) SELECT * FROM table ____ age > 3 (Command to introduce a condition) ____ age ____ 5 (Operator "Different from x") SELECT ____ FROM table (Command to show only section "age" from the table) ____ ____ 1 AND 100 (Operator "Between x and y") ____ ____(1,2,3,5) (Operator "In this list") SELECT age____ name FROM table (Used to separate the sections showed) ____ ____(1,2,3,6) (Operator "Not in this list") ____ name = ____ (Used to indicate a empty string (only with space)) SELECT * FROM table1____ table2 (Used to separate the tables showed)

Leaderboard

Visual style

Options

Switch template

Continue editing: ?