McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Bachelor of Science in Computer Science ...
→
Linux and PHP
→
Which of the following is not an SQL agg...
Q.
Which of the following is not an SQL aggregate function?
A.
AVG
B.
SUM
C.
MIN
D.
CURRENT_DATE()
Answer» D. CURRENT_DATE()
941
0
Do you find this helpful?
8
View all MCQs in
Linux and PHP
Discussion
No comments yet
Login to comment
Related MCQs
SQL is not case sensitive. DELETE is the same as delete.
Transactions are used to treat sets of SQL statements atomically.
What is the value displayed when the following is executed? Assume that the code was executed using the following URL: testscript.php?c=25 <?php function process($c, $d = 25) { global $e; $retval = $c + $d - $_GET['c'] - $e; return $retval; } $e = 10; echo process(5); ?>
Which of the following function is used to change the root directory in PHP?
Which function(s) in PHP computes the difference of arrays?
The basic function of ______________ is to search files for lines (or other units of text) that contain a pattern.
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
What is the purpose of basename() function in PHP?
The ___________ function is used to read a single character from a file in PHP.
What will the ?getdate() function returns in PHP?