Connect webpage to database using PHP 11.5.3.4 use script language to connect a database
|
SQL queries. Data Manipulation Language
11.4.2.4 describe the basic SQL queries for working with one table in a database: SELECT, UPDATE, INSERT and DELETE 11.4.2.5 use SQL SELECT for data selection in more tables |
Data dictionary 11.4.2.1 explain the purpose of data dictionary |
SQL queries. Data Definition Language.
11.4.2.2 compare the data definition language (DDL), and the data manipulation language (DML) |
Primary key & Composite key 11.4.1.3 explain the difference between primary composite and foreign key |
Normalisation database
11.4.1.5 define the connections between tables in database(1-3NF) |
Entity Relationship Diagrams
11.4.1.6 define the connections between tables in database 11.4.1.7 create an entity-relationship (ER) model |
How to create database and table in phpMyAdmin? |
Data types of MySQL database
11.4.1.4 define data types when creating a database |
Database MySQL in phpMyAdmin |