Discussion Questions:


To access and run queries from a database table, the author needs to provide:
For test queries, it is enough to write mySQL script in phpMyAdmin.

A Primary key is essential in accessing database tables. The following must be true of a primary key:
- MEDIUMINT
- not null
- marked as the Primery key in the table.


Which of the following has to be supplied in order for PHP to make a connection to MySQL?
Host server, database and connections.php


PHPmyAdmin is a web-based program written in which programming language?
PHP