DBMS Quiz

DBMS Quiz

University

15 Qs

quiz-placeholder

Similar activities

Guess That Games

Guess That Games

4th Grade - University

16 Qs

Kuis Ms Excel

Kuis Ms Excel

12th Grade - University

20 Qs

CSC126 Quick Exercise 1-1

CSC126 Quick Exercise 1-1

University

10 Qs

Mobile Apps PayKu

Mobile Apps PayKu

1st Grade - Professional Development

20 Qs

Mid Test Perancangan&Konstruksi PL

Mid Test Perancangan&Konstruksi PL

University

20 Qs

Robots and Autonomous Technologies (3.7A & 3.7B)

Robots and Autonomous Technologies (3.7A & 3.7B)

University

15 Qs

Family Quizz

Family Quizz

5th Grade - Professional Development

15 Qs

U26 Q7 - CIDR

U26 Q7 - CIDR

KG - University

12 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?