INSERT INTO employees VALUES (4, 'Robert', 'Brown', 'robert.brown@example.com');
If you want to insert values into all columns of a table, you can omit the column list. However, you must provide values for every column in the table.
Clickable & Draggable!