Skip to content

cngirwa/addbtopics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database Topics

Lectures

Lecture2

Virtual Machine & MySQL DB installation

Lecture1

Introduction & CAP theorem

Tasks

Write a report for each task and send me email. Current Task: Task1

Task2

Task2: Design a schema for movies, and import all data from movies.csv, and The Requirements are as follows:

  1. Data File is in tasks/task2: Movies Data File Structure (movies.csv)
  2. retrieve the number of movies in each genre
  3. reverse engineer the new schema

Task1

Task1: Install mysql server and import the test data which is provided by "Database System Concepts 6th Edition", and The Requirements are as follows:

  1. create a database schema in mysql, the new schema's name is your student id
  2. import the test data (DDL_createtbwithpredrop & largeRelationsInsertFile)
  3. retrieve the number of students in each department
  4. reverse engineer the new schema

Topics

Please read and we will discuss later.

CAP

Gilbert, S. and N. Lynch, Perspectives on the CAP Theorem. Computer, 2011. 45(2): p. 30-36.

Resources

Books

Avi Silberschatz, Henry F. Korth, S. Sudarshan. Database System Concepts 6th Edition. McGraw-Hill, ISBN 0-07-352332-1

Test Data for MySQL

These files are in resources:
DDL_createtbwithpredrop.sql
largeRelationsInsertFile.sql

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published