Advertisement
Olkach

IT 240 Set 2 Week 7 DQ 2

Dec 1st, 2014
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1.  
  2.  
  3. This pack comprises IT 240 Latest Version Set 2 Week 6 Assignment Work Group Scenarios
  4.  
  5. Computer Science - General Computer Science
  6. iLab 3 : Database Construction Using Access (100 Points)
  7.  
  8. i L A B  O V E R V I E W  
  9.  
  10. Scenario and Summary
  11.  
  12. In this assignment, you will learn to create an Access database from a given ERD. To complete this assignment, you will need to be able to run Access 2010, either through Citrix or installed on your workstation or laptop.
  13.  
  14. Deliverables
  15.  
  16. Name your Access database file using Lab3_, your first initial, and your last name (e.g., Lab3_JSmith.accdb). Create and save your Access database file. When you are done, submit your database to the Course Project Dropbox.
  17.  
  18. i L A B  S T E P S
  19.  
  20. STEP 1
  21.  
  22. Review the ERD below to understand the entities, attributes, primary keys, and relationships that you will create in your Access database.
  23.  
  24. ERD iLab Image
  25.  
  26. STEP 2
  27.  
  28. # Run Access 2010, either via Citrix or from Visio 2010 installed on your workstation.
  29.  
  30. # Select the blank database icon in the main window.
  31.  
  32. # Save the file with a name containing Lab3_, your first initial, and your last name (e.g., Lab3_JSmith.accdb). In Citrix, you will need to click the computer icon in the Save As window to see the different drives. Be sure to save the file to a local drive so it will be on your workstation.
  33.  
  34. See the tutorials above for instructions on how to perform the following steps in Access 2010.
  35.  
  36. STEP 3  
  37.  
  38. Add tables to the Access database.
  39.  
  40. # Add a table for each entity listed in the provided ERD diagram.
  41.  
  42. # Add a column for each attribute listed in the provided ERD diagram.
  43.  
  44. # Select a primary key for each table as indicated in the provided ERD diagram.
  45.  
  46. STEP 4  
  47.  
  48. For every column in every table, update the data type as needed to enforce the domain constraints of the data.
  49.  
  50. # Dates should have a date data type.
  51.  
  52. # Surrogate keys should be autonumbered.
  53.  
  54. # Numeric data should have a numeric data type.
  55.  
  56. # Character data should have a character data type.
  57.  
  58. STEP 5
  59.  
  60. Draw relationships between your entities.
  61.  
  62. * Selection Relationships under Database Tools. Move all your tables into the Relationship window by dragging them in or by using the Show Tables pop-up window.
  63.  
  64. * Second item
  65.  
  66. o Add the relationship between the tables in your database.
  67.  
  68. o Enable referential integrity on the relationship.
  69.  
  70. o Enable cascade updates on the relationship.
  71.  
  72. STEP 6
  73.  
  74. Add at least two rows of data to each table in your database. Use any values you like for each of the columns. Remember that you must add data to parent tables before adding data to child tables, because referential integrity is enabled.
  75.  
  76. STEP 7  
  77.  
  78. Set the following column constraints in your database.
  79.  
  80. # Student first and last name cannot be a null value.
  81.  
  82. # Course credit hours must be between one and four.
  83.  
  84. # Course name must be unique and cannot be a null value.
  85.  
  86. # Instructor first and last name cannot be a null value.
  87.  
  88. # Grade must be one of these values: A, B, C, D, F, I, W, or E. W signifies withdrawn and E signifies enrolled.
  89.  
  90. STEP 8  
  91.  
  92. When you are done, save the file on your local hard drive and upload it to the Course Project Dropbox. Your file should have the following filename format: Lab3_FirstInitialLastName.accdb.
  93.  
  94. For instructions on how to copy files between the Citrix server and your local
  95.  
  96. Get complete A+ tutorial here - https://bitly.com/1xpzhM6
  97.  
  98. Where you study is as important as the actual activity of studying. A dorm room is not usually a good place for studying. Look for a quieter area that is free from interruptions. Your best bet will be the library. If you cannot go to the library, buy some headphones that will drown out noise.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement