Database Fundamentals/Functions: Difference between revisions

From Wikiversity
Jump to navigation Jump to search
Content deleted Content added
Line 26: Line 26:


== See Also ==
== See Also ==
* [https://msdn.microsoft.com/en-us/library/ms173454.aspx Microsoft: Aggregate Functions (Transact-SQL)]
* [http://www.w3schools.com/sql/sql_functions.asp W3Schools.com: SQL Functions]
* [http://www.tutorialspoint.com/sql/sql-useful-functions.htm Tutorials Point:SQL Useful Functions]


== References ==
== References ==

Revision as of 22:33, 7 March 2016

This lesson introduces functions.

Objectives and Skills

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

  • Create database objects
    • Create stored procedures and functions
      • Select, insert, update, or delete data

Readings

  1. Read Wikipedia: Function (computer science).

Multimedia

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

Activities

Lesson Summary

Key Terms

function

See Also

References

Type classification: this is a lesson resource.