RDBMSQUIZ_1(06/02/2023)

RDBMSQUIZ_1(06/02/2023)

University

20 Qs

quiz-placeholder

Similar activities

Database Designing

Database Designing

University

24 Qs

DBMS

DBMS

University

15 Qs

Database Management Systems Unit II Quiz

Database Management Systems Unit II Quiz

University

20 Qs

Seatwork Fundamentals of Database Normalization

Seatwork Fundamentals of Database Normalization

University

15 Qs

Engineering ACW Semester 2 - #2 Data

Engineering ACW Semester 2 - #2 Data

University

15 Qs

Advance Database Systems 1st Quiz

Advance Database Systems 1st Quiz

University

15 Qs

Database concepts

Database concepts

University

15 Qs

RDBMS

RDBMS

University

15 Qs

RDBMSQUIZ_1(06/02/2023)

RDBMSQUIZ_1(06/02/2023)

Assessment

Quiz

Computers

University

Hard

Created by

RR ASSOCIATES

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a relation in RDBMS?

Key

Table

Row

Data Types

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct option for the given query?

SELECT DISTINCT name FROM RDBMS WHERE ID IS NOT NULL;

a) The query gives all the possible RDBMS names where a finite value exists for ID

b) The query gives the RDBMS names where a finite value exists for ID and it excludes identical names

c) The query gives the names of the RDBMS that have a null ID and it also excludes identical names

d) The query is syntactically wrong

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is the correct output for the given query?

(SELECT databaseid FROM RDBMS WHERE SECTION = 'c') EXCEPT (SELECT databaseid FROM RDBMS WHERE id < 10);

a) All the values of the databaseid for which section is c and id > 10

b) All the values of the databaseid for which section not c and id > 10

c) All the values of the databaseid for which section is c and id < 10

d) All the values of the databaseid for which section not c and id < 10

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands do we use to delete a relation (RDBMS) from a database?

a) delete table RDBMS

b) drop table RDBMS

c) delete from RDBMS

d) drop relation RDBMS

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the property of transaction that protects data from system failure?

Atomicity

Isolation

Consistency

Durability

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

During transaction before commit which of the following statement is done automatically in case of shutdown?

Rollback

Commit

View

Flashback

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A relational database developer refers to a record as?

Relation

Tuple

Data

Column

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?