Search Header Logo

Advanced Database Management MCQ

Authored by tamannaali 98

Computers

University

Used 1+ times

Advanced Database Management MCQ
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

30 questions

Show all answers

1.

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)

DDL(Data Definition Language)

Query

Relational Schema

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

Ready the Query carefully: SELECT emp_name FROM department WHERE dept_name LIKE ' _____ Computer Science'; In the above-given Query, which of the following can be placed in the Query's blank portion to select the 'dept_name' that also contains Computer Science as its ending string?

&

_

%

$

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is a type of Data Manipulation Command?

Create

Alter

Delete

All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In case of any shut down during transaction before commit which of the following statement is done automatically?

View

Commit

Rollback

Flashback

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The term 'TCL' stands for_____.

Ternary Control Language

Transmission Control Language

Transaction Central Language

Transaction Control Language

Access all questions and much more by creating a free account

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

Already have an account?