Tuesday, May 30, 2017

What is SQL Function?

A function that perform a computation on a set of values rather than on a single value.

Syntax

The syntax for built -in SQL function is:
SELECT function(column) FROM table

No comments:

Post a Comment