Step 1: Use the Internet to locate one web-based form that contains user interaction. The form must contain at least 8 areas for data entry such as text boxes, list boxes, radio buttons etc. The form must not be password protected as it must be accessible by your instructor.
You probably use web forms often. Here's just a few places where you can find web forms:
See an example below: see image.
Step 2: Take one screen shot and paste the form into a Word document.
Step 3: Using the web-based form as your initial table, create a crow's food entity relationship diagram (ERD) that includes all the items on the form in a single table. You may use Word, PowerPoint, or Visio to complete this diagram. Name the entity appropriately based on the Web page where you obtained the screenshot and list the attributes (form items).
Step 4: Create at least 2 entities related with initial form entity.
Step 5: Using your initial entity and the two new entities, follow normalization rules to 3NF. Create a final ERD in 3NF:
Step 6: Explain the steps and changes you made to your diagram to bring it to 3NF.
Deliverable length: Word document containing screenshot of SQL Server Management Studio with AdventureWorks database attached.
Now that you have installed and configured SQL Server and SQL Server and SQL Server Management Studio in your Unit 1 DB, you must create the database that you'll use in future assignments.
1.Create a folder on your hard drive, off the root of C:\\ called "ITCO231"
2.Download the AdventureWorks database script (.sql) file. Save the file to the ITCO231 folder you created.
3.You must have SQL Server Management Studio installed to load the database. If you have not yet installed SQL Server Management Studio, go back to Unit 1 Discussion Board, Part 1 and complete the installation.
4.Open SQL Server Management Studio and log in.
5.Go to Windows Explorer and open your ITCO231 folder. Double-click on the AdventureWorksLT2012.sql file that you downloaded into the folder. The file should open in SQL Server Management Studio.
6.Click Execute to run the script file in SQL Server Management Studio.
7.IN SQL Server Management Studio, in the Object Explorer, right click on Databases and select Refresh. Your new AdventureWorksLT2012 database should now appear in the list.
8.Expand the Object Explorer window so that you can see the entire server name and expand Databases so it shows the AdventureWorksLT2012 database. It should be similar to the below diagram but with your version and system information.