-- You can select data from a table using a SELECT statement. -- Select all columns from table: SELECT * FROM example_table;