Data Man System2
Data Man System2
Data Man System2
Question 1 This is use to Selects the columns in a table that are returned by a query. Selects a
Not yet few or as many of the columns as required.
answered
b. Inclusion
c. Selection
d. Projection
c. String
d. Alias
Question 3 This is used to restrict the rows that are returned by a query.
Not yet
answered
Select one:
Marked out of
1.00
a. Select
b. Where
c. Delete
d. Insert
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 1/23
3/16/2019 Midterms
Question 4 Given the output below. Which of the following is the correct PL/SQL to be used?
Not yet
answered
Marked out of
1.00
Select one:
a. SELECT (PARTNUM|| ‘belong to’||DESCRIPTION) FROM
PARTS WHERE CLASS = ‘SG’;
b. Comparison
c. IN
d. Between
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 2/23
3/16/2019 Midterms
Question 6 Choose the letter of the correct answer based on table PARTS as shown
Not yet below
answered
Marked out of
1.00
Which of the following is the correct report that will list only the column
DESCRIPTION, PARTNUM, CLASS, and PRICE of all PART whose CLASS is
equal to HW.
Question 7 Choose the letter of the correct answer based on table PARTS as shown
Not yet 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?
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 3/23
3/16/2019 Midterms
Question 8 Which of the following is not true about writing SQL statements?
Not yet
answered
Select one:
Marked out of
1.00
a. Indents should be used to make code more readable.
d. Clauses are usually placed on separate lines for readability and ease
of editing.
Question 9 Given the output below. Which of the following is the correct PL/SQL to be used?
Not yet
answered
Marked out of
1.00
Select one:
a. SELECT DESCRIPTION, PRICE *.5 +PRICE-100 FROM PARTS WHERE
PRICE >10000;
Question 10 This is used to perform wildcard searches of valid search string values.
Not yet
answered
Select one:
Marked out of
1.00
a. IN
b. Comparison
c. Like
d. Between
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 4/23
3/16/2019 Midterms
Question 11 Choose the letter of the correct answer based on table PARTS as shown
Not yet below
answered
Marked out of
1.00
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.
c. Between
d. Comparison
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 5/23
3/16/2019 Midterms
Question 13 Choose the letter of the correct answer based on table PARTS as shown
Not yet below
answered
Marked out of
1.00
Which of the following is the correct report listing only the column DESCRIPTION,
CLASS and PRICE of all PARTS where class is not equal to AP.
Question 14 This is used to restrict the rows that are returned by a query.
Not yet
answered
Select one:
Marked out of
1.00
a. Insert
b. Delete
c. Select
d. Where
Question 15 True/False. The != not equal to symbol is also equal to this symbol<>.
Not yet
answered
Answer: True
Marked out of
1.00
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 6/23
3/16/2019 Midterms
Question 16 Choose the letter of the correct answer based on table PARTS as shown
Not yet 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.
Question 17 This is used to selects the rows in a table that are returned by a query. Various
Not yet criteria can be used to restrict the rows that are retrieved.
answered
Marked out of Select one:
1.00
a. Joins
b. Inclusion
c. Selection
d. Projection
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 7/23
3/16/2019 Midterms
Question 18 Choose the letter of the correct answer based on table PARTS as shown
Not yet below
answered
Marked out of
1.00
Which of the following is the correct report listing the DESCRIPTION and Price
(Note that in column PRICE add ADDITIONAL 10000). Get only the prices with no
digit that is equal to ‘5’. Note that you have to concatenate the said column and
rename the merge column as “New Price Lists”. Sort the data in DESC order by
Price.
Question 19 True/False. Character strings and date values are enclosed with double quotation
Not yet marks.
answered
Marked out of
1.00 Answer: False
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 8/23
3/16/2019 Midterms
Question 20 Given the output below. Which of the following is the correct PL/SQL to be used?
Not yet
answered
Marked out of
1.00
Select one:
a. SELECT DESCRIPTION, ONHAND,CLASS
FROM PARTS
WHERE ONHAND >=21;
Question 21 This is use to create expression with number and date values.
Not yet
answered
Select one:
Marked out of
a. MDAS operator
1.00
b. Arithmetic expression
c. Logical Condition
d. Numerical Values
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 9/23
3/16/2019 Midterms
Question 22 Given the output below. Which of the following is the correct PL/SQL to be used?
Not yet
answered
Marked out of
1.00
Select one:
a. SELECT WAREHOUSE, CLASS FROM PARTS WHERE CLASS IN
(‘AP’,’SG’,’HW’);
Question 23 Given the output below. Which of the following is the correct PL/SQL to be used?
Not yet
answered
Marked out of
1.00
Select one:
a. SELECT DESCRIPTION, ONHAND, CLASS
FROM PARTS
WHERE CLASS IN (‘HW’,’AP’);
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 10/23
3/16/2019 Midterms
Question 24 Given the output below. Which of the following is the correct PL/SQL to be used?
Not yet
answered
Marked out of
1.00
Select one:
a. SELECT DESCRIPTION, ONHAND, CLASS
FROM PARTS
WHERE CLASS = ‘AP’ AND ONHAND BETWEEN 8 AND 12;
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 11/23
3/16/2019 Midterms
Question 25 Choose the letter of the correct answer based on table PARTS as shown
Not yet below
answered
Marked out of
1.00
Which of the following is the correct report listing the column PARTNO,
DESCRIPTION and WAREHOUSE. Get only that description that does not ends
with ‘ER’. Note that you have to merge the said three columns, rename the merge
column as “Parts Record”. Below is the sample output for column.
Parts Record
AT94is the part number ofIRONwhich belong to warehouse3
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 12/23
3/16/2019 Midterms
Question 27 Given the output below. Which of the following is the correct PL/SQL to be used?
Not yet
answered
Marked out of
1.00
Select one:
a. SELECT * FROM TABLE PARTS;
Question 28 Given the output below. Which of the following is the correct PL/SQL to be used
Not yet
answered
Marked out of
1.00
Select one:
a. SELECT WAREHOUSE, CLASS FROM PARTS;
b. SELECT WAREHOUSE, CLASS FROM PARTS WHERE CLASS IN
(‘AP’,’SG’,’HW’);
b. Like
c. IN
d. Comparison
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 13/23
3/16/2019 Midterms
Question 30 This is used to perform wildcard searches of valid search string values.
Not yet
answered
Select one:
Marked out of
a. Comparison
1.00
b. Between
c. IN
d. Like
Question 31 Choose the letter of the correct answer based on table PARTS as shown
Not yet below
answered
Marked out of
1.00
Which of the following is the correct report that will merge the column
DESCRIPTION and PRICE put a literal character string of = “ with a price of ” in
between the two columns. Limit the rows returned by getting only the partnum that
starts with letter ‘K’.
c. ( )
d. AS
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 14/23
3/16/2019 Midterms
Question 33 This is used to in conditions that compare one expression with another value or
Not yet expression.
answered
b. Add
c. Subtraction
d. Comparison
Question 34 Choose the letter of the correct answer based on table PARTS as shown
Not yet below
answered
Marked out of
1.00
Which of the following is the correct report listing only the column DESCRIPTION,
ONHAND and WAREHOUSE of all PARTS where ONHAND is greater than or
equal to 21.
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 15/23
3/16/2019 Midterms
Question 35 Given the output below. Which of the following is the correct PL/SQL to be used?
Not yet
answered
Marked out of
1.00
Select one:
a. SELECT DESCRIPTION, ONHAND, CLASS
FROM PARTS
WHERE DESCRIPTION LIKE ‘%L’;
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 16/23
3/16/2019 Midterms
Question 36 Choose the letter of the correct answer based on table PARTS as shown
Not yet below
answered
Marked out of
1.00
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)
b. Space
c. NULL
d. Blank
Question 38 This character is used to override the default precedence or to clarify the
Not yet statement.
answered
b. *
c. ||
d. ( )
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 17/23
3/16/2019 Midterms
Question 39 Supposed that the user uses the ff SELECT statement: what will be the possible
Not yet output.
answered
Select one:
a. Error because of the keyword AS.
Question 40 Choose the letter of the correct answer based on table PARTS as shown
Not yet below
answered
Marked out of
1.00
Which of the following is the correct report that will display the DESCRIPTION,
WAREHOUSE AND distinct value for CLASS.
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 18/23
3/16/2019 Midterms
Question 41 Choose the letter of the correct answer based on table PARTS as shown
Not yet below
answered
Marked out of
1.00
Which of the following is the correct report listing only the column PARTNUM,
DESCRIPTION and PRICE of all PARTS where price is less than 500. Sort the
PRICE in ascending order.
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 19/23
3/16/2019 Midterms
Question 42 Choose the letter of the correct answer based on table PARTS as shown
Not yet below
answered
Marked out of
1.00
Which of the following is the correct report listing only the column DESCRIPTION,
PARTNUM, CLASS and PRICE of all parts where the description fourth letter
starting from the first is equal to ‘D’.
Question 43 Choose the letter of the correct answer based on table PARTS as shown
Not yet below
answered
Marked out of
1.00
Which of the following is the correct report listing only the column DESCRIPTION,
ONHAND, CLASS and PRICE of all price where the description ends with letter ‘N’.
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 20/23
3/16/2019 Midterms
Question 44 True/False. A null value means that the value is unavailable, unassigned, unknown,
Not yet or inapplicable.
answered
Marked out of
1.00
Answer: True
Question 45 This is used to in conditions that compare one expression with another value or
Not yet expression.
answered
b. Comparison
c. Subtraction
d. Add
c. Like
d. Comparison
Question 47 True/False Character values are format sensitive and date values are case
Not yet sensitive-sensitive.
answered
Marked out of
1.00 Answer: False
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 21/23
3/16/2019 Midterms
Question 48 Choose the letter of the correct answer based on table PARTS as shown
Not yet below
answered
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’.
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 22/23
3/16/2019 Midterms
Question 49 Given the output below. Which of the following is the correct PL/SQL to be used?
Not yet
answered
Marked out of
1.00
Select one:
a. SELECT DESCRIPTION, ONHAND, CLASS
FROM PARTS
WHERE CLASS = ‘AP’ AND DESCRIPTION LIKE ‘__S%’;
Question 50 This is used to brings together data that is stored in different tables by specifying
Not yet the link between them.
answered
b. Joins
c. Selection
d. Projection
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34797331 23/23