Inserting Data into All Columns

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.

Related concepts

Inserting Data into All Columns

Inserting Data into All Columns — Structure map

Clickable & Draggable!

Inserting Data into All Columns — Related pages: