adspace
Answer Posted / 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 |
Post New Answer View All Answers
What is subquery? Explain the properties of a subquery?
Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60
How do I find query history in sql server?
Can one drop a column from a table?
Does view occupy space?
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
Why use identity in sql server?
How to provide default values to function parameters?
How can you append an identity column to a temporary table?
How to enter binary string literals in ms sql server?
What is the difference between for xml raw and for xml auto?
What are wait types?
What is a coalesce function?
What is sql or structured query language?
Why and when do stored procedure recompile?