Programming Resources
For Fun and Learning
Charles Cusack
Computer Science
Hope College
main

Python
C++
JAVA
PHP

SQL


Assignments

Markers


Description
Markers is a sample database that store information about markers and classrooms. The main purpose for the example is to show examples of
  • CREATE TABLE
  • ALTER TABLE
  • INSERT
  • UPDATE
  • The file markers.sql lists the commands necessary to create the table and insert date into them.
  • The file markerQueries.sql lists some sample queries.