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

From CompSciWiki
Jump to: navigation, search
 
(7 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= "Recommended for those wanting to enter into Co-op as employers expect you to have some knowledge of databases."<br><br>"Databases show up everwhere and are the fundamental back-end to almost any application you can imagine."
+
|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===

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