adspace


What are the pre-defined functions in the sql server?

Answer Posted / Yashpal Singh

"SQL Server offers a wide variety of built-in or pre-defined functions. Here are some examples:
1. Aggregate Functions (SUM, AVG, MAX, MIN, COUNT)
2. String Functions (CONCAT, LEFT, RIGHT, SUBSTRING)
3. Date and Time Functions (GETDATE, DATEADD, DATEDIFF)
4. Mathematical Functions (ABS, SQRT, POWER)
5. Logical Functions (AND, OR, NOT)
6. System Functions (DB_NAME, SERVERPROPERTY, @@SPID)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain “row_number()” in sql server with an example?

1080


What is in place upgrade in sql server?

1127


What is the primary use of the model database?

1151


Is it possible to have clustered index on separate drive from original table location?

1041


How do I start sql server 2017?

1016


explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration

1134


Can one drop a column from a table?

1090


Can you index views?

955


Can we do dml on views?

1039


Does view occupy space?

1021


What kind of problems occurs if we do not implement proper locking strategy?

1500


What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?

1199


Why we use the openxml clause?

1080


What are different types of constraints?

1002


What is a view in sql?

1043