Database Management System Final Q2
Database Management System Final Q2
Michelle M. Esperal
Final Quiz 2
Completed on Tuesday, 8 August 2023, 7:56 PM
Marks 8.00/10.00
Question 1
Question text
Which of the following query is correct which will display the same output as shown below?
a.
b.
c.
d.
a.
b.
c.
Question text
Question 4
Question text
Question 6
Question text
Choose the letter of the correct answer based on the table EMPLOYEES as shown below.
Table 1.0 EMPLOYEES
Which of the following is the correct query that counts the number of ST_CLERK job_id?
Rename the column as “Total no. of ST_CLERK”.
Question 6Select one:
a.
b.
c.
d.
a.
b.
c.
d.
Question 9
Question text
Choose the letter of the correct answer based on the table EMPLOYEES as shown below.
Table 1.0 EMPLOYEES
Which of the following is the correct report that display the smallest (minimum) Surname..
and apply the ff. functions:
Get the average salary; Group the data per job_id; Get only job_id with a keyword
“REP”; and Apply having clause, which the max salary per job_id is greater than 5000.
a.
b.
d.
Question text
Which of the following query is correct which will display the same output as shown below?
a.
b.
c.
d.