0
You visited us 0 times! Enjoying our articles? Unlock Full Access!
Question

Which of the following is not SQL function ?
  1. STDDEV
  2. DEV
  3. VARIANCE
  4. COUNT

A
VARIANCE
B
STDDEV
C
COUNT
D
DEV
Solution
Verified by Toppr

DEV is not SQL function.

SQL (structured query language) is a domain-specific language used in programming and designed for managing data held in a relational database management system, or for stream processing in a relational data stream management system.

Functions can be used anywhere in SQL, like AVG, COUNT, SUM, MIN, DATE and so on with select statements. Functions compile every time. Functions must return a value or result. Functions only work with input parameters.

A function is a database object in SQL server. Basically, it is a set of SQL statements that accept only input parameters, perform actions and return the result. The function can return only a single value or a table.


Was this answer helpful?
0
Similar Questions
Q1
Which of the following is not SQL function ?
View Solution
Q2
Which of the following is not a type of SQL statement?
View Solution
Q3
Which of the following are five built-in functions provided by SQL?

View Solution
Q4
Which of the following is not a type of JOIN in SQL?
View Solution
Q5
Which of the following is not a valid date type to SQL?
View Solution