adspace
Answer Posted / Uttam Samajpati
"In SQL and PL/SQL, there are several types of user-defined functions including Scalar functions (return a single value), Table functions (return a table or a cursor), Distinct type functions (return a set of distinct values), and Aggregate functions (used in group by clause)"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the current version of sql?
Is primary key always clustered index?
define sql insert statement ? : Sql dba
Do we need to rebuild index after truncate?
what are the advantages of sql ? : Sql dba
Is inner join faster than left join?
what is bcp? When does it used? : Sql dba
Can we rollback truncate?
Can we use distinct and group by together?
how to escape special characters in sql statements? : Sql dba
Does group by remove duplicates?
what are aggregate and scalar functions? : Sql dba
How do I remove duplicates in two columns?
what are all the common sql function? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba