Databases




CS174

Chris Pollett

Mar 6, 2017

Outline

Database Management Systems and Databases

Last Day, we learned about the MVA design pattern. Models in this pattern often interact with a database so today we are going to have a whirlwind tour of databases to learn how to do this.

MySQL Databases

MySQL Command Line

MySQL Command Line

Quiz

Which of the following statements are true?

  1. Web sessions are implemented using the HTTP-SESSION header.
  2. By default global defined PHP variables are visible within a function's scope.
  3. The $_SERVER PHP super global variable can be used to see what fields were POST'd from a web form.

Basic SQL

Database, Table Creation Deletion

SQL Query

SQL Insert, Delete, Update

Connecting to a database from PHP

Connecting to a database from PHP

Selecting a Database and queries

Accessing More Advanced Features of Mysql

Other Database Interfaces in PHP

Some Quick Remarks on Database Design

Example