Microsoft SQL Database Server Functions

- 38%

0
Certificate

Paid

Language

Level

Beginner

Last updated on July 2, 2024 5:19 am

Learn how to perform various functions on a Microsoft SQL Database Server, including aggregate, ranking, CAST, CONVERT, and SUBSTRING functions. This course is perfect for beginners in Database Administration and Development.

Add your review

What you’ll learn

  • Setup SQL Server
  • Execute CAST Function on SQL Database Server
  • Execute CONVERT Function on SQL Database Server
  • Execute SUBSTRING Function on SQL Database Server
  • Execute RANK Functions on SQL Database Server
  • Execute Aggregate Functions on SQL Database Server

There are various types of functions that can be performed on a Microsoft SQL Database Server. This course will cover a few of them.

Aggregate functions

Aggregate functions perform a calculation on a set of values and return a single value. They are allowed in the select list or the HAVING clause of a SELECT statement. You can use an aggregation in combination with the GROUP BY clause to calculate the aggregation on categories of rows. Use the OVER clause to calculate the aggregation on a specific range of value. The OVER clause cannot follow the GROUPING or GROUPING_ID aggregations.

All aggregate functions are deterministic, which means they always return the same value when they run on the same input values.

Ranking functions

Ranking functions return a ranking value for each row in a partition. Depending on the function that is used, some rows might receive the same value as other rows. Ranking functions are nondeterministic.

CAST function converts an expression from one datatype to another datatype. If the conversion fails, the function will return an error. Otherwise, it will return the converted value.

CONVERT function converts an expression from one datatype to another datatype. If the conversion fails, the function will return an error. Otherwise, it will return the converted value

The SUBSTRING() extracts a substring with a specified length starting from a location in an input string .

Who this course is for:

  • Beginners to Database Administration
  • Beginners to Database Development

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “Microsoft SQL Database Server Functions”

×

    Your Email (required)

    Report this page
    Microsoft SQL Database Server Functions
    Microsoft SQL Database Server Functions
    LiveTalent.org
    Logo
    LiveTalent.org
    Privacy Overview

    This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.