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

From CompSciWiki
Jump to: navigation, search
Line 3: Line 3:
 
|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."
 
|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=
|IntroImage=Oracle.jpg‎
 
 
===Prerequisites===
 
===Prerequisites===
 
[[Data Structures and Algorithms (COMP 2140)]]
 
[[Data Structures and Algorithms (COMP 2140)]]

Revision as of 16:56, 7 December 2010

COMP 1010 Home > Back to Chapter Topics


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