04 sql study guide

Upload: monique-deleon

Post on 03-Jun-2018

214 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/12/2019 04 SQL Study Guide

    1/3

  • 8/12/2019 04 SQL Study Guide

    2/3

    About the Study Guides The study guide is meant to help guide you as you watch the lessons

    Important:There are no guide chapters for the last four lessons

    ... in these lessons we are creating an entire application from startto finish. Please follow along by opening the source code for theselessons provided on Microsofts site.

    Active Participant

    One study habit weve found effective with the videos is to formulatequestions about the content BEFORE you begin watching it. Use theActive Participant section as a check list that you keep close whileviewing the videos, checking off (or even writing in answers in thewhite space) for each of the questions. This keeps your mind attuned

    to what you are viewing, how it fits into the context of the video asa whole, and what significant information you should be focusing onduring the course of the lesson.

    About LearnVisualStudio.NET We believe in the power of visual learning to assist you inbuilding your skills, comfort level and eventually, your career.LearnVisualStudio.NET has over 500 video tutorials on VB.NET, C#,ASP.NET, Atlas, and more. Come see what else we can offer at,www.LearnVisualStudio.NET

  • 8/12/2019 04 SQL Study Guide

    3/3

    www.LearnVisualStudio.NET Copyright 2006, LearnVisualStudio.NET

    Active Participant 1 What are primary keys? What are foreign keys? How do relationshelp establish and maintain data integrity? Why select identitycolumns for primary keys?

    2 How do you create primary keys in the IDE? How do you createForeign Key relationships in the IDE?

    3 What is normalization? What is the purpose of normalization?What does it mean to be in third normal form? Understand thepurpose for de-normalization.

    Designing RelationalDatabase Tables

    04 / 07 SQL Server 2005 Express Edition for BeginnersStudy Guide

    4