MIS2502 Featured Items

The Points/Extra Credit Assignment

Here are the instructions for the optional assignment. It is worth "portfolio points" for MIS Majors and extra credit for everyone. The due date is May 1, 2012 at 11:59 PM. Since this is extra credit and optional, no late assignments will be accepted under any circumstances!

Read More

Assignments

Assignment #3: SQL In

Here is the assignment.

Correction: The first question requires seven SQL statements, not five.

As you’re working through the assignment, if you get an error message like this:

You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column.

Do the following to fix it:

  1. Go the Edit menu and select Preferences.
  2. Select the “SQL Editor Tab”
  3. Uncheck the “Safe Updates” box
  4. Close MySQL Workbench and restart the program. This will let you make “unsafe” updates. But be careful!

Assignment #2: SQL Out

Here is the assignment.

Assignment #1: ER Modeling

Here is the assignment instructions.