Database Fundamentals/Selecting Data

< Database Fundamentals

This lesson introduces selecting data.

Objectives and Skills

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

Readings

  1. Read Wikipedia: Select (SQL).

Multimedia

  1. Watch Microsoft Virtual Academy: Using DML Statements.
  2. Watch YouTube: Introducing Query Design.
  3. Watch YouTube: SQL Server Queries Part 1 - Writing Basic Queries.
  4. Watch YouTube: SQL JOIN Statement.
  5. Watch YouTube: SQL GROUP BY, HAVING & ORDER BY.

Activities

  1. Use SQL Server to list items from the Student and Course tables in your College database.
  2. Write the following queries:

Lesson Summary

Key Terms

cross join
intersect
join
select
union

See Also

References

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