coderz.py

Keep Coding Keep Cheering!

SQL Functions-II

In the previous section we saw Aggregate Functions, in this section let us discuss Scalar Functions. Scalar Function: A scalar function is a type of function that returns a single value based on the input parameters. In SQL queries, scalar functions can manipulate data, perform calculations, and retrieve specific values from a database.  Following are […]

April 3, 2023 | DBMS | No comments

Advertisement