DBMS-II ECE

DBMS-II ECE

University

10 Qs

quiz-placeholder

Similar activities

jQuery

jQuery

University

10 Qs

DBI202-quiz1-RA

DBI202-quiz1-RA

University

8 Qs

Banco de dados 3. ano

Banco de dados 3. ano

3rd Grade - University

10 Qs

Lesson 1 - The Basics

Lesson 1 - The Basics

University

12 Qs

SQL Practice

SQL Practice

University

13 Qs

I14quiz

I14quiz

University

14 Qs

Tutorial

Tutorial

University

9 Qs

DBMS-II ECE

DBMS-II ECE

Assessment

Quiz

Computers

University

Hard

Created by

Vijitha VISTAS

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

  1. DML(Data Manipulation Language)

Query

Relational Schema

DDL(Data Definition Language)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2) 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?

  1. DML(Data Manipulation Language)

  1. DDL(Data Definition Language)

  1. Query

Relational Schema

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3) The given Query can also be replaced with_______:

  1. SELECT name, course_id  

  2. FROM instructor, teaches  

  3. WHERE instructor_ID= teaches_ID;  

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

  1. Select name, course_id from instructor natural join teaches;

  1. Select name, course_id from instructor;

Select course_id from instructor join teaches;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4.What do you mean by one to many relationships?

  1. One class may have many teachers

  1. One teacher can have many classes

  1. Many classes may have many teachers

Many teachers may have many classes

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5.In the following Query, which of the following can be placed in the Query's blank portion to display the salary from highest to lowest amount, and sorting the employs name alphabetically?

  1. SELECT *  

  2. FROM instructor  

  3. ORDER BY salary ____, name ___;  

  1. Ascending, Descending

  1. Asc, Desc

  1. Desc, Asc

All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6.A Database Management System is a type of _________software.

  1. It is a type of system software

  1. It is a kind of application software

  1. It is a kind of general software

Both A and C

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7.

A huge collection of the information or data accumulated form several different sources is known as ________:

  1. Data Management

  1. Data Mining

  1. Data Warehouse

Both B and C

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?