Database management system

Database management system

University

10 Qs

quiz-placeholder

Similar activities

FBC: Doors

FBC: Doors

University

13 Qs

New Direction and Post Modernism Architecture

New Direction and Post Modernism Architecture

University

10 Qs

Quiz of Hermione

Quiz of Hermione

KG - Professional Development

10 Qs

 IBS Structural System

IBS Structural System

University

12 Qs

ARKITAPS QUIZ 02 (HOA-001)

ARKITAPS QUIZ 02 (HOA-001)

University

10 Qs

Screw you Contemporarily

Screw you Contemporarily

University

15 Qs

Codes & Regulations Intro

Codes & Regulations Intro

University

14 Qs

An Overview of Modernism & Postmodernism

An Overview of Modernism & Postmodernism

University

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