Database Fundamentals/Introduction

< Database Fundamentals

This lesson introduces database concepts.

Objectives and Skills

Objectives and skills for the database concepts portion of Microsoft Exam 98-364 Database Fundamentals include:[1]

Readings

  1. Read Wikipedia: Database.
  2. Read Wikipedia: Relational database.
  3. Read Wikipedia: SQL.
  4. Read Wikipedia: Data definition language.
  5. Read Wikipedia: Data manipulation language.

Multimedia

  1. Watch Microsoft Virtual Academy: Introduction to Core Database Concepts.
  2. Watch YouTube: Relational Database Concepts.
  3. Watch YouTube: Intro to SQL.
  4. Watch YouTube: SQL Data Definition Language.
  5. Watch YouTube: SQL Server Management Studio Intro.

Activities

  1. Set up an environment to learn about relational databases:
  2. Generate a script from the AdventureWorks database to view the database and tables scripts:
  3. Create an Entity Relationship (E-R) diagram to display database relations:
  4. In the Object Explorer, click on the AdventureWorks database to expand folders to display database structure:

Lesson Summary

Key Terms

constraints
Data Definition Language (DDL)
Data Manipulation Language (DML)
database (db)
database management system (DBMS)
database server
flat-type database
hierarchical database
index
relational database
SQLCMD
SQL Server Management Studio (SSMS)
table
Transact-SQL
query
XQuery

See Also

References

This article is issued from Wikiversity - version of the Thursday, March 03, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.