Database Queries
Jump to navigation
Jump to search
Select Command
- select * form tableName
- select column1, column2 from tableName
- Select 2 columns for the tableName table