Difference between revisions of "Databases Concepts and Usage (COMP 3380)"

From CompSciWiki
Jump to: navigation, search
 
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:1010Topic
+
{{Template:1010Topic|Chapter_TOC=[[Computer Science Courses]]
|Introduction=Ever wonder how your computer is able run so many programs at once? In this course, students get a general overview of the Operating System. This is required for a Computer Science Major, so you will not be graduating without this course on your transcript.
+
|Introduction=Databases is a very practical topic. Topics discussed include the fundamentals of database design and usage, the theory behind database implementation details, and a practical introduction to query languages (such as SQL), used to obtrain information from databases.
|ByStudents= "Lab is required, but is only bi-/triweekly."<br><br>"''Threads'' are very useful. They allow the operating system to run many tasks at the same time."
+
|ByStudents= "Recommended for those wanting to enter into Co-op as employers expect you to have some knowledge of databases."<br><br>"Databases show up everywhere and are the fundamental back-end to almost any application you can imagine."
 
|Body=
 
|Body=
 
===Prerequisites===
 
===Prerequisites===
 
[[Data Structures and Algorithms (COMP 2140)]]
 
[[Data Structures and Algorithms (COMP 2140)]]
 
===Course Homepage===
 
===Course Homepage===
[http://courses.cs.umanitoba.ca/index.aspx?sec=3175 COMP 3350]
+
[http://www.cs.umanitoba.ca/~comp3380/ CS Website]
 
===Official Description===
 
===Official Description===
[http://aurora.umanitoba.ca/banprod/bwckctlg.p_disp_course_detail?cat_term_in=201150&subj_code_in=COMP&crse_numb_in=3350 Aurora]
+
[http://aurora.umanitoba.ca/banprod/bwckctlg.p_disp_course_detail?cat_term_in=201150&subj_code_in=COMP&crse_numb_in=3380 Aurora]
 
}}
 
}}

Latest revision as of 08:39, 9 December 2010

COMP 1010 Home > Computer Science Courses


Introduction

Databases is a very practical topic. Topics discussed include the fundamentals of database design and usage, the theory behind database implementation details, and a practical introduction to query languages (such as SQL), used to obtrain information from databases.

...By Students

"Recommended for those wanting to enter into Co-op as employers expect you to have some knowledge of databases."

"Databases show up everywhere and are the fundamental back-end to almost any application you can imagine."

Prerequisites

Data Structures and Algorithms (COMP 2140)

Course Homepage

CS Website

Official Description

Aurora