Kuis
Kuis
Kuis
State Finished
Marks 15.00/15.00
Question 1
Correct
Select one:
a. True
b. False
Question 2
Correct
The following SQL is which type of join: SELECT CUSTOMER_T. CUSTOMER_ID, ORDER_T. CUSTOMER_ID, NAME, ORDER_ID
FROM CUSTOMER_T,ORDER_T WHERE CUSTOMER_T. CUSTOMER_ID = ORDER_T. CUSTOMER_ID?
Select one:
a. Cartesian join
b. Outer join
c. Equi-join
d. Natural join
https://lms.telkomuniversity.ac.id/mod/quiz/review.php?attempt=6804359&cmid=3084805 1/6
4/30/23, 4:58 PM Kuis 10: Attempt review
Question 3
Correct
In an equi-inner join, rows without matching values are not eliminated from the join result.
Select one:
a. True
b. False
Question 4
Correct
Select one:
a. Combines the output from no more than two queries and does not include the same number of columns
b. Combines the output from multiple queries and must include the same number of columns
c. Combines the output from multiple queries and does not include the same number of columns
d. Combines the output from no more than two queries and must include the same number of columns
The correct answer is: Combines the output from multiple queries and must include the same number of columns
Question 5
Correct
Select * from student join takes using (ID.; The above query is equivalent to
Select one:
The correct answer is: Select * from student inner join takes using (ID.;
https://lms.telkomuniversity.ac.id/mod/quiz/review.php?attempt=6804359&cmid=3084805 2/6
4/30/23, 4:58 PM Kuis 10: Attempt review
Question 6
Correct
Select one:
a. JOINED
b. JOINED TABLE
c. INNER JOIN
d. INSIDE JOIN
Question 7
Correct
Which of the following is one of the basic approaches for joining tables?
Select one:
a. Natural join
b. Subqueries
d. Union Join
Question 8
Correct
Select one:
a. One
b. Three
c. Two
https://lms.telkomuniversity.ac.id/mod/quiz/review.php?attempt=6804359&cmid=3084805 3/6
4/30/23, 4:58 PM Kuis 10: Attempt review
Question 9
Correct
Select one:
The correct answer is: Involves the use of an inner and outer query
Question 10
Correct
What type of join is needed when you wish to include rows that do not have matching values?
Select one:
a. Equi-join
c. Outer join
d. Natural join
Question 11
Correct
A join in which the values in the columns, that are to be joined, are compared using a comparison operator, is called
an . . . . . . join.
Select one:
a. right
b. self
c. left outer
d. inner
https://lms.telkomuniversity.ac.id/mod/quiz/review.php?attempt=6804359&cmid=3084805 4/6
4/30/23, 4:58 PM Kuis 10: Attempt review
Question 12
Correct
What type of join is needed when you wish to return rows that do have matching values?
Select one:
a. Equi-join
b. Natural join
d. Outer join
Question 13
Correct
The following SQL is which type of join: SELECT CUSTOMER_T. CUSTOMER_ID, ORDER_T. CUSTOMER_ID, NAME, ORDER_ID
FROM CUSTOMER_T,ORDER_T?
Select one:
a. Cartesian join
b. Equi-join
c. Natural join
d. Outer join
Question 14
Correct
Select one:
a. Uses the result of an inner query to determine the processing of an inner query
b. Uses the result of an outer query to determine the processing of an outer query
c. Uses the result of an inner query to determine the processing of an outer query
d. Uses the result of an outer query to determine the processing of an inner query
The correct answer is: Uses the result of an inner query to determine the processing of an outer query
https://lms.telkomuniversity.ac.id/mod/quiz/review.php?attempt=6804359&cmid=3084805 5/6
4/30/23, 4:58 PM Kuis 10: Attempt review
Question 15
Correct
Which data manipulation command is used to combines the records from one or more tables?
Select one:
a. SELECT
b. JOIN
c. PRODUCT
d. PROJECT
Previous Activity
Jump to...
Next Activity
https://lms.telkomuniversity.ac.id/mod/quiz/review.php?attempt=6804359&cmid=3084805 6/6