You are on page 1of 3

5/31/2020 Link for MCQs


Dashboard My courses DBMS-18CS2205R 2019-20 Even Semester

END SEM LAB EXAM (ONLINE) AY 2019-20 EVEN SEM - 1:00 PM Link for MCQs


Question 1 Which is called as a virtual table in SQL?
 Not yet
answered
Select one:
Marked out of
 a. ASSERTION
1.00
b. INNER JOIN

c. VIEW

d. NATURALJOIN

Clear my choice

Question 2 Which of the following is TRUE?


Not yet
answered
Select one:
Marked out of
a. A relation R is in 3NF if every non-prime attribute of R is
1.00
fully functionally dependent on every key of R

b. Every relation in 3NF is also in BCNF

c. No relation can be in both BCNF and 3NF

d. Every relation in BCNF is also in 3NF

Clear my choice

Question 3  SQL Query to delete all rows in a table without deleting the table
Not yet (structure, attributes, and indexes)
answered

Marked out of Select one:


1.00
a. TRUNCATE TABLE table_name;

b. DROP TABLE table_name;

c. DELETE TABLE table_name;

d. DELETE FROM table_name;

Clear my choice

Question 4 The deadlock state can be changed back to stable state by


Not yet using _____________ statement.
answered

Marked out of Select one:


1.00
a. Deadlock

b. Rollback

c. Commit

d. Savepoint

Clear my choice

https://moodle.kluniversity.in/mod/quiz/attempt.php?attempt=26224&cmid=4733 1/3
5/31/2020 Link for MCQs

Question 5 A Stored Procedure is a


Not yet
answered
Select one:
Marked out of
 a. Sequence of SQL or PL/SQL statements to perform specific
1.00
function

 b. Stored in compiled form in the databas

c. All of these

d. Can be called from all client environments

 Clear my choice


Question 6 In SQL, which of the following is not DML command?
 Not yet
answered
Select one:
Marked out of
 a. Update
1.00
b. Insert
 c. Rename

d. Delete

Clear my choice

Question 7 Which operator tests column for absence of data?


Not yet
answered
Select one:
Marked out of
a. ISNULL
1.00
b. NOT

c. EXISTS

d. LIKE

Clear my choice

Question 8 A Relation R with FD set {A->BC, B->A, A->C, A->D, D->A}. How many
Not yet candidate keys will be there in R?
answered

Marked out of Select one:


1.00
a. 2

b. 1

c. 3

d. 4

Clear my choice

Question 9 Wrong statement about ORDER BY keyword is


Not yet
answered
Select one:
Marked out of
a. To sort the records in ascending order, use the ASC
1.00
keyword.

b. Used to sort the result-set in ascending or descending


order

c. To sort the records in descending order, use the


DECENDING keyword.

d. The ORDER BY keyword sorts the records in ascending


order by default.

Clear my choice

https://moodle.kluniversity.in/mod/quiz/attempt.php?attempt=26224&cmid=4733 2/3
5/31/2020 Link for MCQs

Question 10 SQL Query to delete all rows in a table without deleting the table
Not yet (structure, attributes, and indexes)
answered

Marked out of Select one:


 1.00
a. NONE

 b. DROP TABLE table_name;

c. DELETE TABLE table_name;

d. DELETE FROM table_name;

 Clear my choice

 ◄ Link for Question 2 Jump to...

 Stay in touch
 Data retention summary
K L - LMS
  Get the mobile app
 www.kluniversity.in
 Mobile : +91 863 2399999
 moodle@kluniversity.in

https://moodle.kluniversity.in/mod/quiz/attempt.php?attempt=26224&cmid=4733 3/3

You might also like