You are on page 1of 3

Home My courses CS-350-LEC-1913T Week 5: Data Retrieval (SELECT statement) Quiz 003


Question 1 This is used to brings together data that is stored in different
 Not yet tables by specifying the link between them.
answered
 Marked out of Select one:
1.00
a. Selection

b. Projection
 c. Joins

d. Inclusion

Clear my choice

Question 2 Supposed that the user uses the ff SELECT statement: what will
Not yet be the possible output.
answered
SELECT GRADE AS STUDENT MARK FROM GRADE_REPORT;
Marked out of
1.00
Select one:
a. Error because of the keyword AS.

b. Will display the column GRADE rename as STUDENT MARK

c. Error because of missing “” mark.

d. Will display all rows and columns.

Clear my choice

Question 3 A system used to concatenate one column to another column.


Not yet
answered
Select one:
Marked out of
a. ( )
1.00
b. *

c. ||

d. AS

Clear my choice

Question 4 It is a value that is unavailable, unassigned, unknown, or


Not yet inapplicable.
answered

Marked out of Select one:


1.00
a. Blank

b. Space

c. NULL

d. Zero

Clear my choice
Question 5 It is a character, a number, or a date that is included in the
Not yet SELECT statement.
answered

Marked out of Select one:


 1.00
a. Table name

 b. Alias

c. Literal

d. String

 Clear my choice


Question 6 This character is used to override the default precedence or to
 Not yet clarify the statement.
answered

 Marked out of Select one:


1.00
a. ||

b. ( )

c. *

d. AS

Clear my choice

Question 7 Which of the following is not true about writing SQL statements?
Not yet
answered
Select one:
Marked out of
a. SQL statements are not case sensitive.
1.00
b. Clauses are usually placed on separate lines for
readability and ease of editing.

c. Keywords cannot be split across lines or abbreviated.

d. Indents should be used to make code more readable.

Clear my choice

Question 8 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

Clear my choice

Question 9 This is use to Selects the columns in a table that are returned by
Not yet a query. Selects a few or as many of the columns as required.
answered

Marked out of Select one:


1.00
a. Joins

b. Inclusion

c. Selection

d. Projection

Clear my choice
Question 10 This is used to selects the rows in a table that are returned by a
Not yet query. Various criteria can be used to restrict the rows that are
answered
retrieved.
Marked out of
 1.00
Select one:
a. Inclusion

b. Selection
 c. Projection

d. Joins

Clear my choice


Stay in touch
AMA EDUCATION SYSTEM
 https://blended.amauonline.com/helpdesk

You might also like