DBMS - Quiz 004 - 8 PDF
DBMS - Quiz 004 - 8 PDF
DBMS - Quiz 004 - 8 PDF
Question 1 Choose the letter of the correct answer based on table PARTS as
Not yet shown below
answered
Marked out of
1.00
Question 2 Choose the letter of the correct answer based on table PARTS as
Not yet shown below
answered
Marked out of
1.00
Which of the following is the correct report showing all rows and
columns sort the description in ascending order.
Marked out of
1.00
Which of the following is the correct report listing only the
column DESCRIPTION, WAREHOUSE, CLASS and PRICE of all parts
where the description contains keyword ‘SHE’.
SELECT DESCRIPTION, WAREHOUSE, CLASS, PRICE FROM PARTS
WHERE DESCRIPTION LIKE ‘%SHE%’;
SELECT DESCRIPTION, WAREHOUSE, CLASS, PRICE FROM PARTS
WHERE DESCRIPTION LIKE ‘SHE%’;
Question 4 Choose the letter of the correct answer based on table PARTS as
Not yet shown below
answered
Marked out of
1.00
Which of the following is the correct report that will display the
distinct value for CLASS and WAREHOUSE limit the rows by
getting only the parts under WAREHOUSE 3?
Marked out of
1.00
Select one:
a. SELECT DESCRIPTION, ONHAND, CLASS
FROM PARTS
b. SELECT DESCRIPTION, ONHAND, CLASS
FROM PARTS
WHERE CLASS = ‘AP’ AND DESCRIPTION LIKE ‘__S%’;
c. SELECT DESCRIPTION, ONHAND, CLASS
FROM PARTS
WHERE CLASS = ‘AP’ OR ONHAND BETWEEEN 8 AND 12
Clear my choice
Question 6 Choose the letter of the correct answer based on table PARTS as
Not yet shown below
answered
Marked out of
1.00
Marked out of
1.00
Select one:
a. SELECT WAREHOUSE, CLASS FROM PARTS WHERE CLASS IN
(‘AP’,’SG’,’HW’);
Question 8 Given the output below. Which of the following is the correct
Not yet PL/SQL to be used?
answered
Marked out of
1.00
Select one:
a. SELECT DESCRIPTION, ONHAND, CLASS
FROM PARTS
WHERE DESCRIPTION LIKE ‘%L’;
Clear my choice
b. Comparison
c. IN
d. Between
Clear my choice
Question 10 True/False. This symbol % denotes zero or many characters.
Not yet
answered
Answer: True
Marked out of
1.00
Stay in touch
AMA EDUCATION SYSTEM
https://blended.amauonline.com/helpdesk