Dbms 1 Midterm Lab Exam 30-40
Dbms 1 Midterm Lab Exam 30-40
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’.
Choose the letter of the correct answer based on table PARTS as shown below
Which of the following is the correct report showing all rows and columns sort the
description in ascending order.
a.
Projection
b.
Joins
c.
Inclusion
d.
Selection
a.
Inclusion
b.
Selection
c.
Projection
d.
Joins
Choose the letter of the correct answer based on table PARTS as shown below
Which of the following is the correct report listing only the column PARTNUM,
CLASS and ONHAND of all parts where partnum is equal to AT94, DR93 and
KV29. (Note 1 query only and do not use logical condition)
Choose the letter of the correct answer based on table PARTS as shown below
Which of the following is the correct report listing only the column CLASS,
DESCRIPTION and PRICE of all PARTS where price range is between 200 to 500.
Sort the Price in descending order.
Given the output below. Which of the following is the correct PL/SQL to be used?
Select one:
a.
FROM PARTS
b.
FROM PARTS
c.
FROM PARTS
d.
FROM PARTS
Feedback
a.
Between
b.
IN
c.
Like
d.
Comparison
Given the output below. Which of the following is the correct PL/SQL to be used?
Select one:
a.
b.
c.
d.
Feedback