Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   PHP / mySQL (http://siteownersforums.com/forumdisplay.php?f=10)
-   -   What is the usage of SQL functions? (http://siteownersforums.com/showthread.php?t=357576)

Pavan Techn 06-01-2018 10:17 AM

What is the usage of SQL functions?
 
SQL functions are used for following purpose:

To perform calculations on data.
To modify individual data items.
To manipulate the output.
To format dates and numbers.
To convert data types.

smith1 09-03-2019 01:34 AM

SQL functions are used extensively in databases to manipulate and process data. All SQL systems have built-in as well as user-defined SQL functions. SQL functions can act on each individual row of data or on multiple rows of data grouped on the values of a field (or fields) in the table.

Kumkum 08-12-2020 07:42 AM

MySQL function is a stored program that can be called when required and passed parameters to get a value in return. You can create your own functions, but there are many built-in functions provided you can use off the shelves.

You can use the functions in SQL statements or as queries in MySQL. Alternatively, they can also be used within a MySQL programming environment.

You can check: https://hoststud.com/new/resources/c...must-know.647/

FrankLee 02-11-2021 03:09 AM

MySQL can’t even touch MS SQLServer's performance and power, especially with a properly set up multi-tiered, multi-server, multi-node, multi-cluster, and high availability setup. Also, with MS SQLserver you are already paying for SSIS, SSRS, and SSAS which are the best ETL tools, the easiest to use reporting tools, and by far the only tabular or multi-dimensional (cube) development framework that should ever be discussed.

FrankLee 02-12-2021 01:38 AM

One more thing to add is to give a try to that sql server blog full of the articles mainly focused on SQL Server database and Microsoft stack technologies. It provides the most useful info and can help you succeed. Hope it can help


All times are GMT -7. The time now is 04:11 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.