140 likes | 262 Views
CIS 336: All iLabs Week 1 to Week 7: Devry University (Devry)<br>For more course tutorials visit<br>www.cis336.com<br><br>CIS 336: All iLabs Week 1 to Week 7: Devry University<br>
E N D
CIS 336: All iLabs Week 1 to Week 7: Devry University (Devry) CIS 336 professional tutor For more course tutorials visit www.cis336.com CIS 336: All iLabs Week 1 to Week 7: Devry University For more course tutorials visit www.cis336.com CIS 336 Entire Course: Devry University CIS 336 Entire Course: Devry University (Devry)
CIS 336 Final Exam 1 (Devry) CIS 336 professional tutor For more course tutorials visit www.cis336.com 1. (TCO 1) Most DBMS are referred to as _____________database management systems. (Points : 4) elemental linked hierarchical For more course tutorials visit www.cis336.com 1. (TCO 1) Most DBMS are referred to as _____________database management systems. (Points : 4) elemental linked hierarchical CIS 336 Final Exam 2 (Devry)
CIS 336 Final Exam 3 (Devry) CIS 336 professional tutor For more course tutorials visit www.cis336.com 1. (TCO 2) Explain what physical independence means. (Points : 15) 2. (TCO 8) Sally wants to query the EMP table and determine how many of the employees live in each of the cities the company has factories in. For more course tutorials visit www.cis336.com 1. (TCO 7) For every order, list the order number, order date, part number, part description, and item class for each part that makes up the order. CIS 336 Final Exam 4 (Devry)
CIS 336 Final Exam 4 Sets of Answers (Devry) CIS 336 professional tutor For more course tutorials visit www.cis336.com CIS 336 Final Exam 4 Sets of Answers For more course tutorials visit www.cis336.com (TCO 3) Normalization works through a series of stages called normal forms. Typically _________ stages must be completed before a table can be considered normalized. CIS 336 Quiz 1 (Devry)
CIS 336 professional tutor • CIS 336 Quiz 2 (Devry) For more course tutorials visit www.cis336.com (TCO 2) Explain what a composite attribute is (TCO 1) Data constitutes the building blocks of (TCO 1) Successful database design is first and foremost based on _____________ requirements. For more course tutorials visit www.cis336.com (TCO 7) Which of the following types of columns will automatically right-align the data when it is displayed? (TCO 7) Which of the following SQL statements will display the profit generated by each book currently stored in the BOOKS table? (You do not need to see the table structure for this question) CIS 336 Quiz 3 (Devry)
CIS 336 professional tutor • CIS 336 Quiz 4 (Devry) For more course tutorials visit www.cis336.com (TCO 8) If a Cartesian join is used to link table A which contains five rows to table B which contains eight rows, there will be _______ rows in the results. For more course tutorials visit www.cis336.com (TCO 6) Which of the following keywords is used to remove a row in a table? (TCO 6) When using the ALTER TABLE...DROP COLUMN command, which of the following is NOT correct? CIS 336 Quiz 5 (Devry)
CIS 336 professional tutor • CIS 336 Week 1 iLab 1 Devry University (Devry) For more course tutorials visit www.cis336.com L A B O V E R V I E W Scenario/Summary This lab will introduce you to the processes involved in defining one of the key components of a data model; the relationship diagram (RD). In this lab, you will draw a relationship diagram for two of the steps shown. For more course tutorials visit www.cis336.com Lab two introduces the next step in creating a data model, the Entity Relationship Diagram (ERD). You will be given a business scenario for a company named Clapham Specialty Store, which is a small specialist grocery and delicatessen. CIS 336 Week 2 iLab 2 Devry University (Devry)
CIS 336 professional tutor • CIS 336 Week 3 Group Project Task 1 Data Model (Devry) For more course tutorials visit www.cis336.com Present a detailed data model for the project scenario. You can create your data model using Microsoft Visio, which you will have access to through iLab and Microsoft Excel For more course tutorials visit www.cis336.com Beginning with this lab, and continuing through the remaining weeks you will be doing all of your work in Oracle itself. The editor interface to the Oracle server is SQL*Plus, and by now you have received your logon ID and password and should have at least made sure you can connect. CIS 336 Week 3 iLab 3 Devry University (Devry)
CIS 336 professional tutor • CIS 336 Week 4 Group Project Task 2 (Devry) For more course tutorials visit www.cis336.com Task 2 - Logical Model (30 points) 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. For more course tutorials visit www.cis336.com Lab 4 of 7: Building the Physical Model (28 points) Submit your assignment to the Dropbox located on the silver tab at the top of this page. For instructions on how to use the Dropbox, please click here. (See Syllabus/"Due Dates for Assignments & Exams" for due dates.) CIS 336 Week 4 iLab 4 Devry University (Devry)
CIS 336 professional tutor • CIS 336 Week 5 Group Project Task 3 (Devry) For more course tutorials visit www.cis336.com Task 3 - Verification of Logical Model(45 points) Develop the SQL statements to insert records into the database. You should ensure that the data in the database is sufficient to allow for each of the reports requested by Ms. Smith to be tested. For more course tutorials visit www.cis336.com Lab 5 of 7: Retreiving data from Multiple Tables (28 points) Submit your assignment to the Dropbox located on the silver tab at the top of this page. CIS 336 Week 5 iLab 5 Devry University (Devry)
CIS 336 professional tutor • CIS 336 Week 6 Group Project Task 4 (Devry) For more course tutorials visit www.cis336.com Task 4 - Verification of Transaction Processing (30 points) Develop a query that will identify and mark inactive those customers that have bills overdue by more than 30 days (this can usually be done using a sub-query). For more course tutorials visit www.cis336.com Week 6. L A B S T E P S STEP 1: Back to top Using the BOOK_CUSTOMER table and the NVL function, create a query that will return a list containing the customer number, first name CIS 336 Week 6 iLab 6 Devry University (Devry)
CIS 336 professional tutor • CIS 336 Week 7 Group Project Task 5 (Devry) For more course tutorials visit www.cis336.com Develop the queries to support each of the reports that are required by Ms. Smith. It is expected that the information returned by the queries is adequate to be used in the reporting process. For more course tutorials visit www.cis336.com L A B O V E R V I E W Scenario/Summary There is a lot more to a database than just tables and the data in them. A very important part of database security has to do with using and understanding Database Views. CIS 336 Week 7 iLab 7 Devry University (Devry)