Database Fundamentals/Views: Difference between revisions

From Wikiversity
Jump to navigation Jump to search
Content deleted Content added
m Subpage navbar
Tags: Reverted Visual edit
Line 13: Line 13:
== Readings ==
== Readings ==
# [[Wikipedia: View (SQL)]]
# [[Wikipedia: View (SQL)]]
# [https://www.scaler.com/topics/sql/views-in-sql/ Scaler Topics: View (SQL)]


== Multimedia ==
== Multimedia ==

Revision as of 07:17, 21 September 2022

This lesson introduces views.

Objectives and Skills

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

  • Create database objects
    • Create views
      • Understand when to use views and how to create a view by using T-SQL or a graphical designer

Readings

  1. Wikipedia: View (SQL)
  2. Scaler Topics: View (SQL)

Multimedia

  1. Microsoft Virtual Academy: Creating Databases and Database Objects
  2. YouTube: SQL Views

Activities

  1. Use SQL Server to create views from the Student and Course tables in your College database.
  2. Create the following views:

Lesson Summary

  • A view is the result set of a stored query on the data, which the database users can query just as they would in a persistent database collection object.[2]

Key Terms

view

See Also

References

Type classification: this is a lesson resource.