DBMS Quiz

DBMS Quiz

University

15 Qs

quiz-placeholder

Similar activities

Database Fundamentals

Database Fundamentals

KG - University

10 Qs

Midterm InfoTech2

Midterm InfoTech2

University

20 Qs

Database Management System

Database Management System

University

10 Qs

Database concepts

Database concepts

University

15 Qs

DBMS Introduction Quiz 1

DBMS Introduction Quiz 1

University

20 Qs

DBMS Relational Algebra & Calculus Quiz 4

DBMS Relational Algebra & Calculus Quiz 4

University

20 Qs

WORKSHOP

WORKSHOP

University

20 Qs

PHP MySQL

PHP MySQL

University

15 Qs

DBMS Quiz

DBMS Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Binod Paudyal

Used 1+ times

FREE Resource

15 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?

DDL(Data Definition Language)

Relational Schema

Query

DML(Data Manipulation Language)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following provides the ability to query information from the database and insert tuples into, delete tuples from, and modify tuples in the database?

DML(Data Manipulation Language)

Relational Schema

DDL(Data Definition Language)

Query

3.

MULTIPLE CHOICE QUESTION

1 min • 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 instructor natural join teaches;

Select course_id from instructor join teaches;

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

Select name, course_id from instructor;

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The given Query can be replaced with ____________: SELECT name FROM instructor1 WHERE salary <= 100000 AND salary >= 90000;

SELECT name FROM instructor! WHERE salary <= 90000 AND salary>=100000;

SELECT name FROM instructor1 WHERE salary BETWEEN 100000 AND 90000

SELECT name FROM instructor| WHERE salary BETWEEN 90000 AND 100000;

SELECT name FROM instructor1 WHERE salary BETWEEN 90000 AND 100000;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of DDL (Data Definition Language) in a database?

To perform tasks like creating the structure of the relations, deleting relation

To query information from the database and insert tuples into, delete tuples from, and modify tuples in the database

To define the structure of the database, like creating, altering, and dropping tables

To retrieve specific information from the database

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used in SQL to represent any sequence of characters?

&

_

%

$

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of DML (Data Manipulation Language) in a database?

To perform tasks like creating the structure of the relations, deleting relation

To query information from the database and insert tuples into, delete tuples from, and modify tuples in the database

To define the structure of the database, like creating, altering, and dropping tables

To retrieve specific information from the database

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?