SELECT column_name(s) FROM table_name ```or we can use the * character to select ALL columns from a table: SELECT * FROM table_name [SQL tutorial](/sql/default.asp ...