SQL and MySQL course online
SQL is the query language for databases, and MySQL is one of the most popular database systems. On BitWizards you learn them on your own, isolated database - you write a query, click “Run” and see the result in a table, without installing a server.
What you will learn
SELECT,WHERE, sorting (ORDER BY), aggregate functions.- Joining tables (
JOIN), grouping (GROUP BY). - Modifying data:
INSERT,UPDATE,DELETE. - The basics of designing tables and relationships.
How you learn on BitWizards
- Your own database for every student - secure and isolated from others.
- A “Restore starting data” button - experiment without risk.
- Automatic checking of your query result against the expected one.
SQL and the INF.03 exam
SQL and databases are an important part of INF.03 (Polish vocational IT qualification). Together with PHP you will build a web application that reads and writes data - exactly what the exam tests.