Skip to content

Not-Forrest/ECE444-F2020-Lab3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Forrest Zhang

This repo is a clone of https://github.com/miguelgrinberg/flasky

Activity 1

task1

Activity 2

  • Run the project and make a screenshot.

task21

  • Fill in your First name and your UofT email address, click submit (make a screenshot)

task22

  • Fill in your First name and Last name in the 1st field, and fill in your first name in the 2nd field, click submit. You will receive an error message (make a screenshot)

task23

  • Fill in your First name and Last name in the 1st field, and fill in your NON UofT email in the 2nd field, click submit. (make a screenshot)

task24

Activity 3

SQL databases store data in tables that have fixed number of columns and variable number of rows. Each row has an unique ID called a primary key. Each row can also store foreign keys, which are primary keys for the role in another table. This allows multiple tables to be joined, and allows for updates in 1 table to propagate to another.

NoSQL databases do not support the storage of foreign keys. Instead, repeating data will be duplicated instead of linked. This allows for faster querying. Most NoSQL databases do not support joins, so if joins are needed, the functionality must be implemented by whichever application that needs to join data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published