Monday, February 18, 2019

Lecture 4 Part 3 SQL - Relational Database, Primary Key, Foreign Key, Normalization

In this last part of lecture #4, Prof. Malan talks about relational database, primary key, foreign key and the database normalization.



Course Web Site by CS75.tv
Course Sillabus (Opens in a PDF)

Course Sections Lead By TA
Course Projects
The course's own website is at www.cs75.net.
Google Discussion Group
PHP Manual


Lecture 0: HTTP
Lecture 1: PHP
Lecture 2: PHP, Continued
Lecture 3: MVC, XML
Lecture 4: SQL
Lecture 6: JavaScript
Lecture 7: Ajax
Lecture 8: Security
Lecture 9: Scalability

htaccess-guide - how-to-use-htaccess

==================================================
From the lecture

"Select * " is a linear search - not efficient for a large data
With a primary key, the database builds up a binary tree. So after a
few search executions, a search will be performed much faster.

Data belongs the database, files belong the file system.

CDN - Content Delivery Network - used by Google, Facebook, Akamai, etc, to deliver static contents.















No comments:

Post a Comment

MIT 6.00 コンピュータサイエンスとプログラミング秋期講座第2回

  MIT 6.00 コンピュータサイエンスとプログラミング秋期講座第2回 オープンコースウエア 大学名:MIT 講座名:6.00 Introduction to Computer Science and Programming Download course material ...