GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/JimMartinson/CST1600/Labs/Lab10/ |
Upload File : |
<? // JimMartinson/CST1600/Labs/Lab10/index.php $TRACK = "<b>".basename(__FILE__).'</b> <span class="pv_fl">('.__FILE__.")</span>\n<ol>\n"; ini_set('include_path',ini_get('include_path').PATH_SEPARATOR.$_SERVER['DOCUMENT_ROOT']."/"); // Add the DOCUMENT_ROOT to the include_path. require('application.phpinc'); require('Gradebook/EvaluationSubmission_BEGIN.phpinc'); // ReplacedNaN $disabled = ''; #$disabled = ' disabled'; ?> <fieldset><legend>Description</legend> Create and model a database with an EER diagram. <?=$gradeNote?> <? if ( $disabled ) { ?><span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><? } ?> </fieldset> <fieldset><legend><?=$evaluationType?> <?=$evaluationNumber?> Assignment</legend> <ol class="count"> <li> Create a directory called <b class="copyText"><?=$evaluationName?></b>. We will use it for all work performed in this lab. </li> <li>Using your database definition from one of the normalization labs: <ul> <li><? labLink(7,false,'') ?></li> <li><? labLink(8,false,'') ?></li> <li><? labLink(9,false,'') ?></li> </ul> <ol> <li>Create a database named <b class="copyText"><?=strtolower($userFileName)?></b>.</li> <li>Create a model of the <b><?=strtolower($userFileName)?></b> database.</li> <li>Create an EER diagram of the <b><?=strtolower($userFileName)?></b> database.</li> </ol> I do not care if you create the <b><?=strtolower($userFileName)?></b> database first and reverse engineer it to create the model and EER diagram. <br>--or--<br> You create the model and EER diagram first and use it to create the <b><?=strtolower($userFileName)?></b> database. </li> <li>Save the model as <b class="copyText"><?=$userFileName?>.mwb</b> in your <b><?=$evaluationName?></b> folder.</li> <li>Enter the data (as required by the lab) into the <b><?=strtolower($userFileName)?></b> database.</li> <li>Export the database and data into a Self-Contained file named <b class="copyText"><?=$userFileName?>.sql</b> and save it in your <b><?=$evaluationName?></b> folder.</li> <li>Turn in your assignment: <ol type="a"> <li>Ensure the following files are in your <b><?=$evaluationName?></b> folder: <ul> <li><?=$userFileName?>.mwb</li> <li><?=$userFileName?>.sql</li> </ul> </li> <li>Zip up your <b><?=$evaluationName?></b> folder into a file named <b class="copyText"><?=$uploadFilename?></b>.</li> <li>Browse and select your <b><?=$uploadFilename?></b> file: <input type="file" name="fileUpload" id="inpFileUpload"<?=$disabled?>><div id="divFileploadError"></div></li> <li>Then <input type="submit" name="f_subtask" id="inpSubmit" value="Submit"<?=$disabled?>> for grading.</li> </ol> </li> </ol><? if ( $disabled ) { ?><span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><? } ?> </fieldset> <? require('Gradebook/EvaluationSubmission_END.phpinc'); require('common/sectionFooter.phpinc'); #require('../../ReferencesResources.phpinc'); #require($Instructor['Path'].'/ContactInformation.phpinc'); require('common/pageFooter.phpinc'); if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n"; ?>