Database Fundamentals/Manipulating Data

< Database Fundamentals

This lesson introduces data manipulation.

Objectives and Skills

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

Readings

  1. Read Wikipedia: Insert (SQL).
  2. Read Wikipedia: Update (SQL).
  3. Read Wikipedia: Delete (SQL).

Multimedia

  1. Watch Microsoft Virtual Academy: Using DML Statements.
  2. Watch YouTube: SQL INSERT, UPDATE, and DELETE.
  3. Watch YouTube: ACID Principles.

Activities

  1. Use SQL Server to update record information in the Student table in your College database.
  2. Write the following queries:

Lesson Summary

Key Terms

insert
delete
referential integrity
transactions
update

References

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