Computer Science E-75 - Building Dynamic Websites

3 downloads 194 Views 114KB Size Report
Page 2. 1. Grades. Page 3 ... Page 4. 3. Relational Databases. Page 5 ... 10. Lunch http://www.rebeccascafe.com/wraps_sa
Computer Science E-75 Building Dynamic Websites Harvard Extension School http://www.cs75.net/

Lecture 5: SQL David J. Malan [email protected] 0

Grades

1

Databases „

CSV …

„

XML …

„

mysql_query

SQLite …

„

SimpleXMLElement::asXML

MySQL …

„

fputcsv

PDO::query

...

2

Relational Databases

3

MySQL

4

phpMyAdmin

5

SQL „ „ „

CREATE ALTER DROP

„

SELECT INSERT UPDATE DELETE

„

...

„ „ „

6

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

7

Indexes, Constraints „ „ „ „

PRIMARY KEY INDEX UNIQUE FULLTEXT

8

Authentication

9

Lunch http://www.rebeccascafe.com/wraps_sandwiches_boston_catering.html http://www.rebeccascafe.com/salads_boston_catering_lunch.html

10

Computer Science E-75 Building Dynamic Websites Harvard Extension School http://www.cs75.net/

Lecture 5: SQL David J. Malan [email protected] 11