Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

SQL Database Creation: Deliverable 1 for CITA340 Project 2, Study Guides, Projects, Research of Computer Science

The requirements for deliverable 1 of project 2 in the cita340 course. Students are tasked with creating a sql database and tables based on their data dictionary and entity relationship diagram (erd) from project 1. The document specifies the objects to be created, including the database, tables, primary keys, foreign keys, and indexes. Students are advised to refer to the 'tips for working with databases in sql server 2005 management studio' handout for instructions.

Typology: Study Guides, Projects, Research

Pre 2010

Uploaded on 08/09/2009

koofers-user-iht
koofers-user-iht 🇺🇸

10 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
CITA340 – Project 2 Deliverable 1
Deliverable 1:
For this deliverable, you will create your database and tables in SQL (on the SQL Server)
based on the Data Dictionary and ERD you submitted in Project 1, Deliverable 5.
You will create the following:
1. The database.
2. The tables as noted in your Data Dictionary. Submit a revised Data Dictionary if
you made changes to it since you submitted it in Project 1 Deliverable 5.
3. Primary keys within tables as applicable.
4. Foreign keys within tables as applicable.
5. Indexes within tables as applicable. (Indexes are alternative search keys to be
used in queries).
Note: The handout “Tips for Working with Databases in SQL Server 2005 Management
Studio” has instructions for creating these objects.

Partial preview of the text

Download SQL Database Creation: Deliverable 1 for CITA340 Project 2 and more Study Guides, Projects, Research Computer Science in PDF only on Docsity!

CITA340 – Project 2 Deliverable 1 Deliverable 1: For this deliverable, you will create your database and tables in SQL (on the SQL Server) based on the Data Dictionary and ERD you submitted in Project 1, Deliverable 5. You will create the following:

  1. The database.
  2. The tables as noted in your Data Dictionary. Submit a revised Data Dictionary if you made changes to it since you submitted it in Project 1 Deliverable 5.
  3. Primary keys within tables as applicable.
  4. Foreign keys within tables as applicable.
  5. Indexes within tables as applicable. (Indexes are alternative search keys to be used in queries). Note: The handout “Tips for Working with Databases in SQL Server 2005 Management Studio” has instructions for creating these objects.