Select * from table

- Select * from table1 table2
- Select * from table where name =
- Select * from table where column = value
- Select * from table psql
- Select * from table where name like
- Select * from table where id = 1
- Select * from table1 join table2
- Select * from table where date = today
- Select * from table limit 10
- Select * from table g
- Select * from table where max value
- Select * from table(dbms_xplan.display_cursor(null null 'allstats last'))
- Select * from table where date between
- Select * from table top 100
- Select * from table in mongodb