Database




CS174

Chris Pollett

Mar 15, 2021

Outline

Database Management Systems and Databases

Models in the MVA pattern often interact with a database so 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 is true?

  1. Once a file is locked, unless flock is called with the LOCK_UN flag, no process can access that file.
  2. Cookies are read and written using a non-HTTP protocol.
  3. One goal of the POST-REDIRECT-GET pattern is to ensure that POST'd forms are not accidentally resubmitted.

Basic SQL

Database, Table Creation Deletion

SQL Query

SQL Insert, Delete, Update

PHP Database APIs

Connecting to a database from PHP

Selecting a Database and queries