MySQL | Data Types | Conditions | Queries | Relationships | Scripts
Queries are blocks of code sent by a user to access data in a database . SQL keywords and operators are defined on the Conditions page. Tutorials for coding SQL in PHP scripts are on the Scripts page. Initial database setup may vary depending on the application and hosting server...
This creates a database called database1...
This drops a database called database1...
This shows all active databases...
This creates a table called table1...
This drops a table called table1...
This shows all tables in the database...
Values can be inserted into one or more columns...
Values can be selected from one or more columns...
Values can be deleted from one or more columns...
Values can be deleted...
Values can be updated and modified...
Values can be set with built-in functions...
Values can be selected in ascending order...
Values can be selected in descending order...
Values can be selected with defined conditions...