RDBMS

RDBMS

University

10 Qs

quiz-placeholder

Similar activities

DBMS Test 1

DBMS Test 1

University

11 Qs

DataBase

DataBase

University

11 Qs

DBS Lab 3 Quiz

DBS Lab 3 Quiz

University

8 Qs

DBMS QUIZZ

DBMS QUIZZ

University

10 Qs

Database Design & Development SQL 2

Database Design & Development SQL 2

University

12 Qs

KUIS DAY 3 STACK

KUIS DAY 3 STACK

University

10 Qs

2C DBMS Theory Quiz 1

2C DBMS Theory Quiz 1

University

10 Qs

Dr.C.M-DBMS Quiz

Dr.C.M-DBMS Quiz

University

10 Qs

RDBMS

RDBMS

Assessment

Quiz

Computers

University

Hard

Created by

uma cs

Used 88+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is generally used for performing tasks like creating the structure of the relations, deleting relation?

DML(Data Manipulation Language)

Query

Relational Schema

DDL(Data Definition Language)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The given Query can also be replaced with_______:

SELECT name, course_id FROM instructor, teaches WHERE instructor_ID= teaches_ID;

Select name,course_id from teaches,instructor where instructor_id=course_id;

Select name, course_id from instructor natural join teaches;

Select name, course_id from instructor;

Select course_id from instructor join teaches;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following given statements possibly contains the error?

select * from emp where empid = 10003;

select empid from emp where empid = 10006;

select empid from emp;

select empid where empid = 1009 and Lastname = 'GELLER';

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Database Management System is a type of _________software.

It is a type of system software

It is a kind of application software

It is a kind of general software

Both A and C

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The term "FAT" is stands for_____

File Allocation Tree

File Allocation Table

File Allocation Graph

All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following refers to the "data about data"?

Directory

Sub Data

Warehouse

Meta Data

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following refers to the level of data abstraction that describes exactly how the data actually stored?

Conceptual Level

Physical Level

File Level

Logical Level

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?