Database management system

Database management system

University

10 Qs

quiz-placeholder

Similar activities

DEK & Filplast Quiz 2

DEK & Filplast Quiz 2

1st Grade - Professional Development

12 Qs

History of Indian Architecture

History of Indian Architecture

University

8 Qs

Rap Artists

Rap Artists

3rd Grade - Professional Development

10 Qs

FD SET 3

FD SET 3

University

10 Qs

DUBAI EXPO 2020

DUBAI EXPO 2020

University

15 Qs

ACE Diagnostic Exam

ACE Diagnostic Exam

University

10 Qs

Review Gambar Teknik

Review Gambar Teknik

University

12 Qs

architecture

architecture

KG - Professional Development

12 Qs

Database management system

Database management system

Assessment

Quiz

Architecture

University

Medium

Created by

Drishya Ss

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

OPEN ENDED QUESTION

30 sec • 1 pt

Write your name, class and roll number.

Evaluate responses using AI:

OFF

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

DBMS means ______________________________________________

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Drop table statement

deletes the table structure only

deletes the table structure along with the table data

works whether or not referential integrity constraints would be violated

is not an SQL statement

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not true about the ALTER TABLE statement?

It can add a new row.

It can add a new column

It can modify existing columns

It can define a default value for the new column

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Here which of the following displays the unique values of the column?

SELECT ________ dept_name FROM instructor;

All

From

Distinct

Name

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following query would display all the students whose first name starts with the character ‘A’?

select first_name from students where first_name like ‘A%’;

select first_name from students where first_name like ‘%A’;

select first_name from students where first_name like ‘%A%’;

select first_name from students where first_name like ‘A’;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This is an example of ________________

Data inconsistency

Data redundancy

Data security

Data consistency

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?