Words of Wisdom:

"What did the 5 fingers say to the face?.........SLAP! - Dave Chappelle" - Dhayyati@yahoo.com

Devry Cis 336 Week 4 Group Project Task 2

  • Date Submitted: 01/18/2016 03:34 AM
  • Flesch-Kincaid Score: 63.7 
  • Words: 292
  • Essay Grade: no grades
  • Report this Essay
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/cis-336-devry/cis-336-week-4-group-project-task-2
Using the Oracle SQL*Plus editor, develop a database for MiniQuest based on your data model. The database should contain all the tables and attributes discussed in the project specifications. Be sure to use your data dictionary when creating your tables.
A key component to every task submission is the team responsibilities document. This document should outline the contributions that each member of the team made to completing the task deliverable. To submit this task, you need to create a file in notepad called TEAM_X_TASK2.TXT, where X is your team identifier. For example, Team A would name the file TEAM_A_TASK2.TXT. In this file, create a heading called CREATE STATEMENTS, and then develop the CREATE TABLE statements required to create your database tables. Be sure to include the DROP TABLE statements at the top of your file so that you can reuse the file. If you include the wording CASCADE CONSTRAINTS as part of each DROP TABLE statement, then the order of the DROP statements will not mater. For example, to drop a table named customer, you would state:
DROP TABLE CUSTOMER CASCADE CONSTRAINTS PURGE;
After testing and verifying that all of your create statements work, create a spooled output file with the SET ECHO ON session command set so that your code and the results will show.
Deliverables for this task:
Revisions of Task 1 (if any) based on feedback from your instructor. Task 2 comprised of the CREATE TABLE script file and the output file showing that it works. Team member responsibilities document outlining contributions by team members to this deliverable.

For more classes visit



www.assignmentcloud.com

Comments

Express your owns thoughts and ideas on this essay by writing a grade and/or critique.

  1. No comments