You are on page 1of 10

Computer Science S-75

Building Dynamic Websites


Harvard Summer School
https://www.cs75.net/

Lecture 4: SQL
David J. Malan malan@harvard.edu
0

Databases
n

CSV

fgetcsv, fputcsv SimpleXML mysql, mysqli, PDO PDO

XML
n

MySQL

SQLite

...

Relational Databases

MySQL

phpMyAdmin

SQL
n n n n n n n n

CREATE ALTER DROP SELECT INSERT UPDATE DELETE ...

MySQL
http://dev.mysql.com/doc/refman/5.5/en/

Indexes, Constraints
n n n n

PRIMARY KEY INDEX UNIQUE FULLTEXT

Authentication

Computer Science S-75


Building Dynamic Websites
Harvard Summer School
https://www.cs75.net/

Lecture 4: SQL
David J. Malan malan@harvard.edu
9

You might also like