- SELECT * FROM table;
- SELECT column_name FROM table;
- SELECT DISTINCT column_name FROM table;
- GET column_name FROM table;