What are functions in the sql server?
Answer / Varun Kumar Vivek
Functions in SQL Server are predefined procedures that perform a specific action, returning a single value. They can be used to manipulate and transform data within a database. Examples include built-in functions like COUNT(), SUM(), AVG() etc., or user-defined functions (UDFs) created by the developer.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is buffer cash and log cache in sql server?
How to retrieve error messages using odbc_errormsg()?
What is the recursive stored procedure in sql server?
What are the different ways of moving data/databases between servers and databases in SQL Server?
What is forward - only cursors / read only cursor?
what is spatial nonclustered index
CREATE TABLE [dbo].[HPMS_CompetencyTypes](CompetencyType varchar(50) ) go create trigger hpms_create_Insert on HPMS_CompetencyTypes for insert as if Exists ( select * from [HPMS_CompetencyTypes] where CompetencyType=(select * from [HPMS_CompetencyTypes])) begin Rollback tran Raiserror ('duplicate value',12,6) go insert HPMS_CompetencyTypes (CompetencyType) values ('new') I'm new to trigger can any one tell me where is the issue. Please.
It is important form e to get the information from log files of applications executed by the task scheduler? Does sql studio save these log files? : sql server management studio
Write an sql query to sort a table according to the amounts in a row and find the second largest amount.
What is the difference between deallocate cursor and close cursor?
what is diffence between replicaion and logshipping?
Explain about system database?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)