Question 1
Group data by column values
Group data by row values
Group data by column and row values
None of the mentioned
Good Job!
Oops!
Use of the “GROUP BY” clause in SQL is Group data by column values
Please login to submit your explanation
You can check your performance of this question after Login/Signup
Start
Question 2
To filter out the row values
To filter out the column values
To filter out the row and column values
Use of the “HAVING” clause in SQL to filter out the row values.
Question 3
UPPER
LOWER
COUNT
COUNT are the aggregate functions.
Question 4
GROUP BY
SELECT
WHERE
Both GROUP BY and WHERE
GROUP BY clause is used with “aggregate functions”.
Question 5
Yes
No
Depends
No, the “GROUP BY” clause same as compared to the “ORDER BY” clause.
Question 6
Sorting your result set using column data
Aggregation of fields
Sorting your result set using row data
Use of the “ORDER BY” clause in ORACLE Database Sorting your result set using column data
Question 7
DESC
ASC
ALTER
MODIFY
DESC keywords is used for sorting the data in descending order in ORACLE.
Question 8
ASC keywords is used for sorting the data in ascending order in Mysql.
Question 9
Data of stu_id will be sorted in descending order
Data of stu_id will be sorted in ascending order
Data of stu_id will be sorted in either ascending or descending order
All of the mentioned
Question 10
{9, 7, 6, 4, 3, 1, 2}
{1, 2, 3, 4, 6, 7, 9}
{2, 1, 3, 4, 6, 7, 9}
{1, 2, 3, 4, 6, 7, 9} will be the output on execution of the following MySQL command
Please login to report
Login/Signup
Personalized Analytics only Availble for Logged in users
Analytics below shows your performance in various Mocks on PrepInsta
Your average Analytics for this Quiz
Rank
-
Percentile
0%
Completed
0/0
Accuracy
January 22, 2022