Difference between revisions of "Database Implementation (COMP 4380)"

From CompSciWiki
Jump to: navigation, search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Template:1010Topic
 
{{Template:1010Topic
|Introduction=Problem solving can be complicated.  This course is essential to gain the necessary problem solving skills for advance Computer Science study.  Analysis of Algorithms introduces various approaches for analyzing and evaluating commonly used algorithms when solving computing problems.
+
|Introduction= This course i composed of the implementation of modern database systems such as query modification, recovery, concurrency, integrity, and distribution..
|ByStudents= This is a tough one. You will become quite familiar with math terms such as induction. Highly recommended that students have a decent mathematical background prior to taking this course. If not, don't be alarmed because practice makes perfect and in the end you would at least be able to bump up your program's speed.
+
|IntroImage = Oracle.jpg‎
 
|Body=
 
|Body=
 
===Prerequisites===
 
===Prerequisites===
[[Discrete Mathematics for Computer Science (COMP 2130)]]<br>
+
[[Databases Concepts and Usage (COMP 3380)]]<br>
[[Data Structures and Algorithms (COMP 2140)]]
+
 
===Course Homepage===
 
===Course Homepage===
 
[http://www.cs.umanitoba.ca/~comp4380/ cs homepage]
 
[http://www.cs.umanitoba.ca/~comp4380/ cs homepage]

Latest revision as of 16:59, 7 December 2010

COMP 1010 Home > Back to Chapter Topics


Introduction

This course i composed of the implementation of modern database systems such as query modification, recovery, concurrency, integrity, and distribution..

 

Oracle.jpg

Prerequisites

Databases Concepts and Usage (COMP 3380)

Course Homepage

cs homepage

Official Description

Aurora